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

- cleanup LDFALGS, as part is generated thanks to using xml2-config


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40548 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 81e3782c
......@@ -17,7 +17,8 @@ configure-options =
--without-gssapi
--with-libxml2
--enable-threadsafe-ssl=posix
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
LDFLAGS=-L${openssl:location}/lib -Wl,-rpath -Wl,${openssl: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