Commit 51947955 authored by Łukasz Nowak's avatar Łukasz Nowak

- add and use patch to avoid "error: array subscript is above array

   bounds"


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38085 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 522b44b7
...@@ -12,6 +12,13 @@ md5sum = c03b3bfc237b77667b0e90442b0980e8 ...@@ -12,6 +12,13 @@ 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]
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]
<= memcached-1.4.4 <= memcached-1.4.4
...@@ -31,6 +38,7 @@ configure-options = ...@@ -31,6 +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}
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