[Erp5-report] r39827 luke - /erp5/trunk/buildout/software-profiles/libxml2.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 3 11:16:31 CET 2010


Author: luke
Date: Wed Nov  3 11:16:30 2010
New Revision: 39827

URL: http://svn.erp5.org?rev=39827&view=rev
Log:
 - fix linker passed arguments to follow how library uses them
   (otherwise it is not possible to build libxml.so)

Modified:
    erp5/trunk/buildout/software-profiles/libxml2.cfg

Modified: erp5/trunk/buildout/software-profiles/libxml2.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/libxml2.cfg?rev=39827&r1=39826&r2=39827&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/libxml2.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/libxml2.cfg [utf8] Wed Nov  3 11:16:30 2010
@@ -10,4 +10,4 @@ md5sum = 9abc9959823ca9ff904f1fbcf21df06
 configure-options =
   --with-zlib=${zlib:location}
 environment =
-    LDFLAGS =-Wl,-rpath ${zlib:location}/lib
+    LDFLAGS = -Wl,-rpath -Wl,${zlib:location}/lib




More information about the Erp5-report mailing list