Commit 34f4ec2b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

trafficserver: add missing PATH.

* also disable lua explicitly. anyway lua 5.3 cannot be used with trafficserver 4.2.3.
* also cleanup.
parent 74f57e33
[buildout] [buildout]
extends = extends =
../../component/lua/buildout.cfg ../libtool/buildout.cfg
../../component/pkgconfig/buildout.cfg ../libxml2/buildout.cfg
../../component/libtool/buildout.cfg ../make/buildout.cfg
../../component/make/buildout.cfg ../ncurses/buildout.cfg
../../component/openssl/buildout.cfg ../openssl/buildout.cfg
../../component/tcl/buildout.cfg ../pcre/buildout.cfg
../../component/libxml2/buildout.cfg ../perl/buildout.cfg
../../component/pcre/buildout.cfg ../pkgconfig/buildout.cfg
../../component/libcap/buildout.cfg ../tcl/buildout.cfg
../../component/flex/buildout.cfg ../zlib/buildout.cfg
../../component/ncurses/buildout.cfg
../../component/curl/buildout.cfg
../../component/zlib/buildout.cfg
parts = parts =
trafficserver trafficserver
...@@ -26,7 +23,7 @@ configure-options = ...@@ -26,7 +23,7 @@ configure-options =
--with-xml=libxml2 --with-xml=libxml2
--with-libxml2=${libxml2:location} --with-libxml2=${libxml2:location}
--with-pcre=${pcre:location} --with-pcre=${pcre:location}
--with-lua=${lua:location} --without-lua
--with-ncurses=${ncurses:location} --with-ncurses=${ncurses:location}
--with-tcl=${tcl:location}/lib/ --with-tcl=${tcl:location}/lib/
--with-lzma=${xz-utils:location} --with-lzma=${xz-utils:location}
...@@ -34,8 +31,8 @@ configure-options = ...@@ -34,8 +31,8 @@ configure-options =
--disable-hwloc --disable-hwloc
--enable-experimental-plugins --enable-experimental-plugins
environment = environment =
PATH=${make:location}/bin:${libtool:location}/bin:${pkgconfig:location}/bin:%(PATH)s PATH=${libtool:location}/bin:${make:location}/bin:${perl:location}/bin:${pkgconfig:location}/bin:%(PATH)s
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 LDFLAGS =-L${libxml2:location}/lib -Wl,-rpath=${libxml2:location}/lib -L${openssl:location}/lib -Wl,-rpath=${openssl:location}/lib -L${tcl:location}/lib -Wl,-rpath=${tcl:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
make-target = make-target =
check check
install install
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment