[Erp5-report] r40593 kazuhiko - /erp5/trunk/buildout/software-profiles/libxslt.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Nov 24 14:15:10 CET 2010
Author: kazuhiko
Date: Wed Nov 24 14:15:10 2010
New Revision: 40593
URL: http://svn.erp5.org?rev=40593&view=rev
Log:
* disable gcrypto
* disable python binding
* we still need to specify CPPFLAGS and LDFLAGS for 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=40593&r1=40592&r2=40593&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/libxslt.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/libxslt.cfg [utf8] Wed Nov 24 14:15:10 2010
@@ -12,5 +12,9 @@ md5sum = e61d0364a30146aaa3001296f853b2b
recipe = hexagonit.recipe.cmmi
configure-options =
--with-libxml-prefix=${libxml2:location}
+ --without-crypto
+ --without-python
environment =
- PKG_CONFIG_PATH=${libxml2:location}/lib/pkgconfig
+ CPPFLAGS =-I${zlib:location}/include
+ LDFLAGS =-Wl,-rpath -Wl,${zlib:location}/lib
+ PKG_CONFIG_PATH=${libxml2:location}/lib/pkgconfig:${zlib:location}/lib/pkgconfig
More information about the Erp5-report
mailing list