Removes the 64-bit atomic intrinsics constraint previously introduced.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
bool "memcached"
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_MMU # fork()
- depends on BR2_TOOLCHAIN_HAS_SYNC_8
select BR2_PACKAGE_LIBEVENT
help
Memcached is an in-memory key-value store for small chunks
comment "memcached needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_MMU
- depends on BR2_TOOLCHAIN_HAS_SYNC_8
-# From http://www.memcached.org/files/memcached-1.4.27.tar.gz.sha1
-sha1 b5869038dc5f2dce24f3a62806eadfd64d58662e memcached-1.4.27.tar.gz
+# From http://www.memcached.org/files/memcached-1.4.28.tar.gz.sha1
+sha1 c27662ca84933f5ebd837a86dde9378d05c1f200 memcached-1.4.28.tar.gz
# Calculated based on the hash above
-sha256 96a90e7abec041a3c03258b6ce01ab21be16a9c594b7891a55567428392e8fe7 memcached-1.4.27.tar.gz
+sha256 ef847bba60301cc600f06a8c64bf91c6c3f65ca507462951f918963297bcb816 memcached-1.4.28.tar.gz
#
################################################################################
-MEMCACHED_VERSION = 1.4.27
+MEMCACHED_VERSION = 1.4.28
MEMCACHED_SITE = http://www.memcached.org/files
MEMCACHED_DEPENDENCIES = libevent
MEMCACHED_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'