[Erp5-report] r32777 luke - /erp5/trunk/buildout/software-profiles/memcached.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 18 14:08:28 CET 2010


Author: luke
Date: Thu Feb 18 14:08:26 2010
New Revision: 32777

URL: http://svn.erp5.org?rev=32777&view=rev
Log:
 - patch memcached because of still unsolved bug with strict-aliasing-patch

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=32777&r1=32776&r2=32777&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/memcached.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/memcached.cfg [utf8] Thu Feb 18 14:08:26 2010
@@ -1,8 +1,19 @@
 [buildout]
 parts = memcached
+
+[memcached-strict-aliasing-patch]
+# on some platforms original memcached refuses to build:
+#  * http://code.google.com/p/memcached/issues/detail?id=60
+#  * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565033
+recipe = hexagonit.recipe.download
+url = http://memcached.googlecode.com/issues/attachment?aid=8380074892624334134&name=fix-strict-aliasing.patch
+download-only = true
+filename = attachment
 
 [memcached]
 recipe = hexagonit.recipe.cmmi
 url = http://memcached.googlecode.com/files/memcached-1.4.4.tar.gz
 configure-options =
   --with-libevent=${libevent:location}
+patches = ${memcached-strict-aliasing-patch:location}/${memcached-strict-aliasing-patch:filename}
+patch-options = -p1




More information about the Erp5-report mailing list