Commit 32876038 authored by Łukasz Nowak's avatar Łukasz Nowak

- compile against locally available ssl and zlib

 - put CPPFLAGS and LDGLAGS in environment to have more control


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40082 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 401b31f5
......@@ -2,6 +2,8 @@
extends =
../software-profiles/tokyocabinet.cfg
../software-profiles/messagepack.cfg
../software-profiles/openssl.cfg
../software-profiles/zlib.cfg
parts = kumo
......@@ -12,4 +14,7 @@ md5sum = 70fc53a332fb2b76ae6a3aad7aa59aad
configure-options =
--with-tokyocabinet=${tokyocabinet:location}
--with-msgpack=${messagepack:location}
LDFLAGS="-Wl,-rpath ${tokyocabinet:location}/lib -Wl,-rpath ${messagepack:location}/lib"
environment =
CPPFLAGS=-I${zlib:location}/include -I${openssl:location}/include
LDFLAGS=-L${zlib:location}/lib -L${openssl:location}/lib -Wl,-rpath -Wl,${tokyocabinet:location}/lib -Wl,-rpath -Wl,${messagepack:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${openssl: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