From 0be26ad401a6e869c8b456d0935737c8dc2ea8d0 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Sat, 19 Jul 2014 11:35:33 -0300 Subject: libmemcached: disable libtest This allows libmemcached to be enabled for musl and uClibc as well. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- package/php-memcached/Config.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'package/php-memcached') diff --git a/package/php-memcached/Config.in b/package/php-memcached/Config.in index c9f4b7d106..cd97c15285 100644 --- a/package/php-memcached/Config.in +++ b/package/php-memcached/Config.in @@ -2,7 +2,6 @@ config BR2_PACKAGE_PHP_MEMCACHED bool "php-memcached" depends on BR2_INSTALL_LIBSTDCPP # libmemcached depends on BR2_TOOLCHAIN_HAS_THREADS # libmemcached - depends on BR2_TOOLCHAIN_USES_GLIBC # libmemcached select BR2_PACKAGE_PHP_EXT_SESSION select BR2_PACKAGE_LIBMEMCACHED select BR2_PACKAGE_ZLIB @@ -12,6 +11,5 @@ config BR2_PACKAGE_PHP_MEMCACHED http://pecl.php.net/package/memcached -comment "php-memcached needs a (e)glibc toolchain w/ C++, threads" - depends on !BR2_TOOLCHAIN_USES_GLIBC \ - || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS +comment "php-memcached needs a toolchain w/ C++, threads" + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS -- cgit v1.2.3