memcached.cfg 743 Bytes
Newer Older
Łukasz Nowak's avatar
Łukasz Nowak committed
1
[buildout]
2 3
parts = memcached

4 5 6 7 8 9 10 11 12
[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

13 14 15 16 17
[memcached]
recipe = hexagonit.recipe.cmmi
url = http://memcached.googlecode.com/files/memcached-1.4.4.tar.gz
configure-options =
  --with-libevent=${libevent:location}
18 19
patches = ${memcached-strict-aliasing-patch:location}/${memcached-strict-aliasing-patch:filename}
patch-options = -p1
20
keep-compile-dir = true