Commit 54977ecb authored by Łukasz Nowak's avatar Łukasz Nowak

- compile neon library


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40172 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c6590985
[buildout]
parts =
neon
extends =
../software-profiles/libxml2.cfg
../software-profiles/openssl.cfg
../software-profiles/zlib.cfg
[neon]
recipe = hexagonit.recipe.cmmi
url = http://www.webdav.org/neon/neon-0.29.5.tar.gz
md5sum = ff369e69ef0f0143beb5626164e87ae2
configure-options =
--enable-shared
--with-ssl=openssl
environment =
PATH=${libxml2:location}/bin:%(PATH)s
CPPFLAGS=-I${openssl:location}/include -I{zlib:location}/include
LDFLAGS=-L${openssl:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${libxml2: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