[Erp5-report] r40188 luke - /erp5/trunk/buildout/software-profiles/varnish.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 10 18:33:52 CET 2010


Author: luke
Date: Wed Nov 10 18:33:52 2010
New Revision: 40188

URL: http://svn.erp5.org?rev=40188&view=rev
Log:
 - compile, links and use rpath for locally provided pcre

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

Modified: erp5/trunk/buildout/software-profiles/varnish.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/varnish.cfg?rev=40188&r1=40187&r2=40188&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/varnish.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/varnish.cfg [utf8] Wed Nov 10 18:33:52 2010
@@ -6,6 +6,9 @@ parts =
   varnish
   varnish-2.1
 
+extends =
+  ../software-profiles/pcre.cfg
+
 [varnish]
 <= varnish-2.0
 
@@ -27,5 +30,9 @@ recipe = hexagonit.recipe.cmmi
 url = http://www.varnish-software.com/sites/default/files/varnish-2.1.4.tar.gz
 md5sum = e794a37b6fbb786a083c0946103ae103
 patch-options = -p4
+configure-options =
+  --with-pcre-config=${pcre:location}/bin
 patches =
   ${varnish-2.1.4-r5467-patch:location}/${varnish-2.1.4-r5467-patch:filename}
+environment =
+  LDFLAGS=-Wl,-rpath -Wl,${pcre:location}/lib




More information about the Erp5-report mailing list