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

- fix linker passed arguments to follow how library uses them

   (otherwise it is not possible to build libxml.so)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39827 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d00e94c8
......@@ -10,4 +10,4 @@ md5sum = 9abc9959823ca9ff904f1fbcf21df066
configure-options =
--with-zlib=${zlib:location}
environment =
LDFLAGS =-Wl,-rpath ${zlib:location}/lib
LDFLAGS = -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