Commit afd8e533 authored by Vincent Pelletier's avatar Vincent Pelletier

cyrus-sasl: Minor changes.

Extend m4 as it is not guaranteed to be pulled by other dependencies.
Call toochain commands with explicit path, and simplify PATH as a
result.
parent ac9a0b2d
...@@ -5,6 +5,7 @@ extends = ...@@ -5,6 +5,7 @@ extends =
../automake/buildout.cfg ../automake/buildout.cfg
../gdbm/buildout.cfg ../gdbm/buildout.cfg
../libtool/buildout.cfg ../libtool/buildout.cfg
../m4/biuldout.cfg
../zlib/buildout.cfg ../zlib/buildout.cfg
[cyrus-sasl] [cyrus-sasl]
...@@ -13,9 +14,9 @@ url = ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-2.1.26.tar.gz ...@@ -13,9 +14,9 @@ url = ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-2.1.26.tar.gz
md5sum = a7f4e5e559a0e37b3ffc438c9456e425 md5sum = a7f4e5e559a0e37b3ffc438c9456e425
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
configure-command = configure-command =
libtoolize -c -f && "${libtool:location}/bin/libtoolize" -c -f &&
aclocal -I ${libtool:location}/share/aclocal -I config -I cmulocal && "${automake:location}/bin/aclocal" -I "${libtool:location}/share/aclocal" -I config -I cmulocal &&
automake -c -a -f && "${automake:location}/bin/automake" -c -a -f &&
./configure ./configure
configure-options = configure-options =
--prefix=${:location} --prefix=${:location}
...@@ -33,6 +34,6 @@ make-options = ...@@ -33,6 +34,6 @@ make-options =
-j1 -j1
environment = environment =
PATH=${automake:location}/bin:${libtool:location}/bin:${m4:location}/bin:%(PATH)s PATH=${m4:location}/bin:%(PATH)s
CPPFLAGS=-fPIC -I${zlib:location}/include -I${gdbm:location}/include CPPFLAGS=-fPIC -I${zlib:location}/include -I${gdbm:location}/include
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib -L${gdbm:location}/lib -Wl,-rpath=${gdbm:location}/lib LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib -L${gdbm:location}/lib -Wl,-rpath=${gdbm:location}/lib
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