Update compilation chain after embedded libyamlcpp removal
authorJean Baptiste Favre <debian@jbfavre.org>
Sat, 30 Sep 2023 14:35:12 +0000 (15:35 +0100)
committerAdrian Bunk <bunk@debian.org>
Sat, 30 Sep 2023 14:35:12 +0000 (15:35 +0100)
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 d30b5c4ec6a533e4a8be38dcd1dfd2f3b3c8465e..a41f5693e9bfba0722691f9c54570f0e494e92d3 100644 (file)
@@ -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
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