Commit 9ac6dfce authored by Łukasz Nowak's avatar Łukasz Nowak

- patch memcached because of still unsolved bug with strict-aliasing-patch


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32777 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 84887cc6
[buildout]
parts = memcached
[memcached-strict-aliasing-patch]
# on some platforms original memcached refuses to build:
# * http://code.google.com/p/memcached/issues/detail?id=60
# * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565033
recipe = hexagonit.recipe.download
url = http://memcached.googlecode.com/issues/attachment?aid=8380074892624334134&name=fix-strict-aliasing.patch
download-only = true
filename = attachment
[memcached]
recipe = hexagonit.recipe.cmmi
url = http://memcached.googlecode.com/files/memcached-1.4.4.tar.gz
configure-options =
--with-libevent=${libevent:location}
patches = ${memcached-strict-aliasing-patch:location}/${memcached-strict-aliasing-patch:filename}
patch-options = -p1
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