diff --git a/buildout/software-profiles/memcached.cfg b/buildout/software-profiles/memcached.cfg index 8ad812c622dd141c09869aaf4d515ebd5f60e679..4fc267cf86dd97b256831073f74cde6e9ee94d8f 100644 --- a/buildout/software-profiles/memcached.cfg +++ b/buildout/software-profiles/memcached.cfg @@ -12,7 +12,7 @@ md5sum = c03b3bfc237b77667b0e90442b0980e8 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