[Erp5-report] r40321 luke - /erp5/trunk/buildout/software-profiles/serf.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Nov 17 10:53:25 CET 2010
Author: luke
Date: Wed Nov 17 10:53:24 2010
New Revision: 40321
URL: http://svn.erp5.org?rev=40321&view=rev
Log:
- compile and link against locally available zlib
Modified:
erp5/trunk/buildout/software-profiles/serf.cfg
Modified: erp5/trunk/buildout/software-profiles/serf.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/serf.cfg?rev=40321&r1=40320&r2=40321&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/serf.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/serf.cfg [utf8] Wed Nov 17 10:53:24 2010
@@ -4,6 +4,7 @@ parts =
extends =
../software-profiles/apache.cfg
../software-profiles/openssl.cfg
+ ../software-profiles/zlib.cfg
[serf]
recipe = hexagonit.recipe.cmmi
@@ -13,3 +14,6 @@ configure-options =
--with-apr=${apache:location}/bin/apr-1-config
--with-apr-util=${apache:location}/bin/apu-1-config
--with-openssl=${openssl:location}
+environment =
+ CFLAGS=-I${zlib:location}/include
+ LDFLAGS=-Wl,-rpath -Wl,${zlib:location}/lib
More information about the Erp5-report
mailing list