[buildout] parts = memcached extends = ../autoconf/buildout.cfg ../automake/buildout.cfg ../libevent/buildout.cfg [memcached-fix-array-subscript-is-above-array-bounds] recipe = hexagonit.recipe.download url = ${:_profile_base_location_}/${:filename} filename = memcached-1.4-fix-array-subscript-is-above-array-bounds.patch download-only = true md5sum = 472508b9a4b6c0b9f5d6f2abce3444e3 [memcached-gcc-4.4.patch] recipe = hexagonit.recipe.download url = ${:_profile_base_location_}/${:filename} filename = memcached-gcc-4.4.patch download-only = true md5sum = fd98d0cbfc4d3a25ac9808472fbe62f8 [memcached] recipe = hexagonit.recipe.cmmi url = http://memcached.googlecode.com/files/memcached-1.4.8.tar.gz md5sum = b7104e269511621c2777367d6d6315fe patches = ${memcached-fix-array-subscript-is-above-array-bounds:location}/${memcached-fix-array-subscript-is-above-array-bounds:filename} ${memcached-gcc-4.4.patch:location}/${memcached-gcc-4.4.patch:filename} patch-options = -p1 configure-command = aclocal autoheader automake --foreign autoconf ./configure configure-options = --prefix=${buildout:parts-directory}/${:_buildout_section_name_} --with-libevent=${libevent:location} --disable-docs environment = PATH=${autoconf:location}/bin:${automake:location}/bin:%(PATH)s LDFLAGS =-Wl,-rpath=${libevent:location}/lib