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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Sep 1 05:39:06 CEST 2010


Author: luke
Date: Wed Sep  1 05:39:04 2010
New Revision: 38085

URL: http://svn.erp5.org?rev=38085&view=rev
Log:
 - add and use patch to avoid "error: array subscript is above array
   bounds"

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=38085&r1=38084&r2=38085&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/memcached.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/memcached.cfg [utf8] Wed Sep  1 05:39:04 2010
@@ -12,6 +12,13 @@ md5sum = c03b3bfc237b77667b0e90442b0980e
 download-only = true
 filename = fix-strict-aliasing.patch
 
+[fix-array-subscript-is-above-array-bounds]
+recipe = hexagonit.recipe.download
+url = http://www.nexedi.org/static/patches/${:filename}
+filename = memcached-1.4-fix-array-subscript-is-above-array-bounds.patch
+download-only = true
+md5sum = 472508b9a4b6c0b9f5d6f2abce3444e3
+
 [memcached]
 <= memcached-1.4.4
 
@@ -31,6 +38,7 @@ configure-options =
   --with-libevent=${libevent:location}
 patches =
   ${memcached-strict-aliasing-patch:location}/${memcached-strict-aliasing-patch:filename}
+  ${fix-array-subscript-is-above-array-bounds:location}/${fix-array-subscript-is-above-array-bounds:filename}
 patch-options = -p1
 environment =
     LDFLAGS =-Wl,-rpath ${libevent:location}/lib




More information about the Erp5-report mailing list