Commit ac9a0b2d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

cyrus-sasl: use newer automake and libtool to set rpath.

parent 9282362b
......@@ -2,15 +2,23 @@
parts =
cyrus-sasl
extends =
../zlib/buildout.cfg
../automake/buildout.cfg
../gdbm/buildout.cfg
../libtool/buildout.cfg
../zlib/buildout.cfg
[cyrus-sasl]
recipe = slapos.recipe.cmmi
url = ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-2.1.26.tar.gz
md5sum = a7f4e5e559a0e37b3ffc438c9456e425
location = ${buildout:parts-directory}/${:_buildout_section_name_}
configure-command =
libtoolize -c -f &&
aclocal -I ${libtool:location}/share/aclocal -I config -I cmulocal &&
automake -c -a -f &&
./configure
configure-options =
--prefix=${:location}
--disable-digest
--disable-gssapi
--disable-otp
......@@ -25,5 +33,6 @@ make-options =
-j1
environment =
CPPFLAGS=-I${zlib:location}/include -I${gdbm:location}/include
PATH=${automake:location}/bin:${libtool:location}/bin:${m4:location}/bin:%(PATH)s
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
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