From: Jean Baptiste Favre Date: Thu, 15 Jul 2021 19:48:17 +0000 (+0100) Subject: Update compilation chain after embedded libyamlcpp removal X-Git-Tag: archive/raspbian/8.1.1+ds-1.1+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=73de99bf3521a1476398eb72e1a18f0e62636c56;p=trafficserver.git 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 --- 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 b8fb25da..d8c621ea 100644 --- a/configure.ac +++ b/configure.ac @@ -2073,7 +2073,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