From 80cfa04f4c3a5d13382e28344d35843d0898cca3 Mon Sep 17 00:00:00 2001 From: Jean Baptiste Favre Date: Wed, 21 Jun 2023 10:16:56 +0100 Subject: [PATCH] Update compilation chain after embedded libyamlcpp removal Origin: other Reviewed-by: Jean Baptiste Favre Last-Update: 2019-01-30 Last-Update: 2019-01-30 Gbp-Pq: Name 0014-use_system_yaml-cpp.patch --- CMakeLists.txt | 1 - configure.ac | 1 - lib/Makefile.am | 6 ------ 3 files changed, 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fdbb0412..9bc36c1f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,6 @@ include_directories(lib proxy/shared lib/records include/wccp - lib/yamlcpp/include iocore/eventsystem iocore/net iocore/dns diff --git a/configure.ac b/configure.ac index d30b5c4e..a41f5693 100644 --- a/configure.ac +++ b/configure.ac @@ -2076,7 +2076,6 @@ AC_CONFIG_FILES([ include/tscore/ink_config.h lib/tsconfig/Makefile src/wccp/Makefile - lib/yamlcpp/Makefile mgmt/Makefile mgmt/api/Makefile mgmt/api/include/Makefile diff --git a/lib/Makefile.am b/lib/Makefile.am index 3db8fd76..ceba88e7 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -25,12 +25,6 @@ endif # to prevent Clang Analyzer warning LOCAL = -if BUILD_YAML_CPP -LOCAL += yamlcpp -endif - all-local: $(LOCAL) - $(MAKE) -C yamlcpp clean-local: - $(MAKE) -C yamlcpp clean -- 2.30.2