From 2c13c7d6c7a3df0171aa5b93191297e8c10b27f7 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki Date: Mon, 21 Jul 2014 14:17:23 +0900 Subject: [PATCH] build trafficserver with our own libxml2 and xz-utlis. --- component/trafficserver/buildout.cfg | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/component/trafficserver/buildout.cfg b/component/trafficserver/buildout.cfg index c71db91..cd7e016 100644 --- a/component/trafficserver/buildout.cfg +++ b/component/trafficserver/buildout.cfg @@ -7,7 +7,7 @@ extends = ../../component/make/buildout.cfg ../../component/openssl/buildout.cfg ../../component/tcl/buildout.cfg - ../../component/libexpat/buildout.cfg + ../../component/libxml2/buildout.cfg ../../component/pcre/buildout.cfg ../../component/libcap/buildout.cfg ../../component/flex/buildout.cfg @@ -25,16 +25,19 @@ md5sum = 18f7d56650cba260c8cce3bf4abfa56c configure-options = --prefix=${buildout:parts-directory}/${:_buildout_section_name_} --with-openssl=${openssl:location} - --with-expat=${libexpat:location} + --with-xml=libxml2 + --with-libxml2=${libxml2:location} --with-pcre=${pcre:location} --with-lua=${lua:location} --with-ncurses=${ncurses:location} --with-tcl=${tcl:location}/lib/ + --with-lzma=${xz-utils:location} --with-zlib=${zlib:location} + --disable-hwloc --enable-experimental-plugins environment = PATH=${make:location}/bin:${libtool:location}/bin:${pkgconfig:location}/bin:%(PATH)s - LDFLAGS = -L${tcl:location}/lib -Wl,-rpath=${tcl:location}/lib -Wl,-rpath=${openssl:location}/lib + LDFLAGS =-L${libxml2:location}/lib -Wl,-rpath=${libxml2:location}/lib -L${tcl:location}/lib -Wl,-rpath=${tcl:location}/lib -Wl,-rpath=${openssl:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib make-target = check install -- 2.1.4