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

4 5 6 7 8
[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
9
url = http://www.nexedi.org/static/patches/memcached-fix-strict-aliasing.patch
Łukasz Nowak's avatar
Łukasz Nowak committed
10
md5sum = c03b3bfc237b77667b0e90442b0980e8
11
download-only = true
12
filename = fix-strict-aliasing.patch
13

14 15 16
[memcached]
recipe = hexagonit.recipe.cmmi
url = http://memcached.googlecode.com/files/memcached-1.4.4.tar.gz
Łukasz Nowak's avatar
Łukasz Nowak committed
17
md5sum = 5ca5b24de347e97ac1f48f3785b4178a
18
configure-options =
Łukasz Nowak's avatar
Łukasz Nowak committed
19
  --with-libevent=${libevent:location}
Łukasz Nowak's avatar
Łukasz Nowak committed
20 21
patches =
  ${memcached-strict-aliasing-patch:location}/${memcached-strict-aliasing-patch:filename}
22
patch-options = -p1
Rafael Monnerat's avatar
Rafael Monnerat committed
23 24 25
environment =
    LDFLAGS =-Wl,-rpath=${libevent:location}/lib