specify libtiff location for compilation process itself.
[slapos.git] / component / neon / buildout.cfg
1 [buildout]
2 parts =
3   neon
4 extends =
5   ../libxml2/buildout.cfg
6   ../openssl/buildout.cfg
7   ../pkgconfig/buildout.cfg
8   ../zlib/buildout.cfg
9
10 [neon]
11 recipe = hexagonit.recipe.cmmi
12 url = http://www.webdav.org/neon/neon-0.29.5.tar.gz
13 md5sum = ff369e69ef0f0143beb5626164e87ae2
14 configure-options =
15   --disable-static
16   --enable-shared
17   --with-ssl=openssl
18   --without-expat
19   --without-gssapi
20   --with-libxml2
21   --enable-threadsafe-ssl=posix
22   --disable-nls
23
24 environment =
25   PATH=${libxml2:location}/bin:${pkgconfig:location}/bin:%(PATH)s
26   PKG_CONFIG_PATH=${openssl:location}/lib/pkgconfig:${libxml2:location}/lib/pkgconfig
27   CPPFLAGS=-I${openssl:location}/include -I${zlib:location}/include
28   LDFLAGS=-L${openssl:location}/lib -Wl,-rpath=${openssl:location}/lib -Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${libxml2:location}/lib