use_system_yaml-cpp
authorAron Xu <aron@debian.org>
Wed, 30 Jan 2019 13:45:09 +0000 (13:45 +0000)
committerJean Baptiste Favre <debian@jbfavre.org>
Wed, 30 Jan 2019 13:45:09 +0000 (13:45 +0000)
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 551799588495f308c5df870ad81687f9834aedcc..dc1826193dcc935b4aa0ca352053ca0dd184edbf 100644 (file)
@@ -2041,7 +2041,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