Commit 79b7bafa authored by Łukasz Nowak's avatar Łukasz Nowak

- pass location of zlib library


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40322 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 344dd219
......@@ -16,4 +16,4 @@ configure-options =
--with-openssl=${openssl:location}
environment =
CFLAGS=-I${zlib:location}/include
LDFLAGS=-Wl,-rpath -Wl,${zlib:location}/lib
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath -Wl,${zlib: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