Commit 6cbd66e3 authored by Łukasz Nowak's avatar Łukasz Nowak

 - prefix part name with memcached


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38086 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 51947955
...@@ -12,7 +12,7 @@ md5sum = c03b3bfc237b77667b0e90442b0980e8 ...@@ -12,7 +12,7 @@ md5sum = c03b3bfc237b77667b0e90442b0980e8
download-only = true download-only = true
filename = fix-strict-aliasing.patch filename = fix-strict-aliasing.patch
[fix-array-subscript-is-above-array-bounds] [memcached-fix-array-subscript-is-above-array-bounds]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/${:filename} url = http://www.nexedi.org/static/patches/${:filename}
filename = memcached-1.4-fix-array-subscript-is-above-array-bounds.patch filename = memcached-1.4-fix-array-subscript-is-above-array-bounds.patch
...@@ -38,7 +38,7 @@ configure-options = ...@@ -38,7 +38,7 @@ configure-options =
--with-libevent=${libevent:location} --with-libevent=${libevent:location}
patches = patches =
${memcached-strict-aliasing-patch:location}/${memcached-strict-aliasing-patch:filename} ${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 patch-options = -p1
environment = environment =
LDFLAGS =-Wl,-rpath ${libevent:location}/lib LDFLAGS =-Wl,-rpath ${libevent:location}/lib
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment