[Erp5-report] r40186 luke - /erp5/trunk/buildout/software-profiles/libxslt.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 10 18:25:17 CET 2010


Author: luke
Date: Wed Nov 10 18:25:15 2010
New Revision: 40186

URL: http://svn.erp5.org?rev=40186&view=rev
Log:
 - compile, link and add as rpath locally available zlib

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

Modified: erp5/trunk/buildout/software-profiles/libxslt.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/libxslt.cfg?rev=40186&r1=40185&r2=40186&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/libxslt.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/libxslt.cfg [utf8] Wed Nov 10 18:25:15 2010
@@ -1,6 +1,7 @@
 [buildout]
 extends =
   ../software-profiles/libxml2.cfg
+  ../software-profiles/zlib.cfg
 
 parts =
   libxslt
@@ -12,4 +13,5 @@ recipe = hexagonit.recipe.cmmi
 configure-options =
   --with-libxml-prefix=${libxml2:location}
 environment =
-    LDFLAGS =-Wl,-rpath -Wl,${libxml2:location}/lib
+    CFLAGS =-I${zlib:location}/include
+    LDFLAGS =-Wl,-rpath -Wl,${libxml2:location}/lib -L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib




More information about the Erp5-report mailing list