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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Sep 1 05:41:10 CEST 2010


Author: luke
Date: Wed Sep  1 05:41:08 2010
New Revision: 38086

URL: http://svn.erp5.org?rev=38086&view=rev
Log:

 - prefix part name with memcached

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=38086&r1=38085&r2=38086&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/memcached.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/memcached.cfg [utf8] Wed Sep  1 05:41:08 2010
@@ -12,7 +12,7 @@ md5sum = c03b3bfc237b77667b0e90442b0980e
 download-only = true
 filename = fix-strict-aliasing.patch
 
-[fix-array-subscript-is-above-array-bounds]
+[memcached-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
@@ -38,7 +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}
+  ${memcached-fix-array-subscript-is-above-array-bounds:location}/${memcached-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