Update compilation chain after embedded libyamlcpp removal
authorJean Baptiste Favre <debian@jbfavre.org>
Tue, 3 Mar 2020 08:06:18 +0000 (08:06 +0000)
committerJean Baptiste Favre <debian@jbfavre.org>
Tue, 3 Mar 2020 08:06:18 +0000 (08:06 +0000)
Origin: other
Reviewed-by: Jean Baptiste Favre <debian@jbfavre.org>
Last-Update: 2019-01-30

Last-Update: 2019-01-30
Gbp-Pq: Name 0014-use_system_yaml-cpp.patch

CMakeLists.txt
configure.ac
lib/Makefile.am

index fdbb04126285baacf94b5f2fd106a6067b6b0776..9bc36c1feffe267abe0f7aa663b71470584de717 100644 (file)
@@ -41,7 +41,6 @@ include_directories(lib
         proxy/shared
         lib/records
         include/wccp
-        lib/yamlcpp/include
         iocore/eventsystem
         iocore/net
         iocore/dns
index ac7fbbe84615f994b3fb52a5c86e3ba41702de3c..acf5a7db8d82cc08a061be7294699de5f758cb25 100644 (file)
@@ -2081,7 +2081,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
index 3db8fd765af94d2daefddd2c81b0d09daff42d1b..ceba88e785967e89af589f3658ae07e25a0f62c0 100644 (file)
@@ -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