Commit 2c6dbcf1 authored by Romain Courteaud's avatar Romain Courteaud Committed by Arnaud Fontaine

Try to use LDFLAGS variable to set rpath.

parent a03848d8
......@@ -4,6 +4,7 @@ extends =
../perl-DBI/buildout.cfg
../mysql-tritonn-5.0/buildout.cfg
../zlib/buildout.cfg
../openssl/buildout.cfg
parts =
perl-DBD-MySQL
......@@ -19,3 +20,4 @@ configure-command =
${perl:location}/bin/perl Makefile.PL --mysql_config=${mysql-tritonn-5.0:location}/bin/mysql_config --with-mysql=${mysql-tritonn-5.0:location}
environment =
LD_LIBRARY_PATH=${zlib:location}/lib
LDFLAGS=-Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${mysql-tritonn-5.0:location}/lib -Wl,-rpath=${openssl: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