Commit 8e37e54d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

one more way to specify library locations is required.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42799 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8355a4c8
......@@ -20,3 +20,5 @@ configure-command =
LIBS="-L${libxml2:location}/lib -L${zlib:location}/lib"
make-options =
OTHERLDFLAGS=" -Wl,-rpath -Wl,${libxml2:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib"
environment =
LD_LIBRARY_PATH=${libxml2:location}/lib:${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