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

- put rpath in so and binaries to find own built packages


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39896 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bb5cb9a2
......@@ -19,5 +19,5 @@ configure-options =
zlib
make-options =
LDFLAGS="-Wl,-rpath -Wl,${zlib:location}/lib"
SHARED_LDFLAGS="-Wl,-rpath -Wl,${zlib:location}/lib"
LDFLAGS="-Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${buildout:parts-directory}/${:_buildout_section_name_}/lib64"
SHARED_LDFLAGS="-Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${buildout:parts-directory}/${:_buildout_section_name_}/lib64"
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