[Erp5-report] r33103 rafael - /erp5/trunk/buildout/software-profiles/memcached.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Feb 24 18:42:29 CET 2010


Author: rafael
Date: Wed Feb 24 18:42:22 2010
New Revision: 33103

URL: http://svn.erp5.org?rev=33103&view=rev
Log:
Added LDFLAGS

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

Modified: erp5/trunk/buildout/software-profiles/memcached.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/memcached.cfg?rev=33103&r1=33102&r2=33103&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/memcached.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/memcached.cfg [utf8] Wed Feb 24 18:42:22 2010
@@ -14,7 +14,10 @@
 recipe = hexagonit.recipe.cmmi
 url = http://memcached.googlecode.com/files/memcached-1.4.4.tar.gz
 configure-options =
-  --with-libevent=${libevent:location}
+  --with-libevent=${libevent:location}  
 patches = ${memcached-strict-aliasing-patch:location}/${memcached-strict-aliasing-patch:filename}
 patch-options = -p1
 keep-compile-dir = true
+environment =
+    LDFLAGS =-Wl,-rpath=${libevent:location}/lib
+




More information about the Erp5-report mailing list