From: Aron Xu Date: Wed, 30 Jan 2019 13:45:09 +0000 (+0000) Subject: use_system_yaml-cpp X-Git-Tag: archive/raspbian/8.0.2+ds-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d409cb1481b6f3c91f083c3806e95c605fb43d2f;p=trafficserver.git use_system_yaml-cpp 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 55179958..dc182619 100644 --- a/configure.ac +++ b/configure.ac @@ -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 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