summaryrefslogtreecommitdiffstats
path: root/package/libmemcached/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-07-19 11:35:33 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-19 17:14:10 +0200
commit0be26ad401a6e869c8b456d0935737c8dc2ea8d0 (patch)
treee37e81ee3dc8a13d3a94e4700332b0b22690c49d /package/libmemcached/Config.in
parentad4a90617c5365de94ea021126c176f74eb3d30e (diff)
downloadbuildroot-0be26ad401a6e869c8b456d0935737c8dc2ea8d0.tar.gz
buildroot-0be26ad401a6e869c8b456d0935737c8dc2ea8d0.zip
libmemcached: disable libtest
This allows libmemcached to be enabled for musl and uClibc as well. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libmemcached/Config.in')
-rw-r--r--package/libmemcached/Config.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/package/libmemcached/Config.in b/package/libmemcached/Config.in
index e9dd2c477e..4af2b3b0e7 100644
--- a/package/libmemcached/Config.in
+++ b/package/libmemcached/Config.in
@@ -2,7 +2,6 @@ config BR2_PACKAGE_LIBMEMCACHED
bool "libmemcached"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS
- depends on BR2_TOOLCHAIN_USES_GLIBC # posix spawn, va_list breakage
help
libMemcached is an open source C/C++ client library and tools
for the memcached server.
@@ -11,6 +10,5 @@ config BR2_PACKAGE_LIBMEMCACHED
http://libmemcached.org/libMemcached.html
-comment "libmemcached needs a (e)glibc toolchain w/ C++, threads"
- depends on !BR2_TOOLCHAIN_USES_GLIBC \
- || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
+comment "libmemcached needs a toolchain w/ C++, threads"
+ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud