diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-07-19 11:35:33 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-19 17:14:10 +0200 |
commit | 0be26ad401a6e869c8b456d0935737c8dc2ea8d0 (patch) | |
tree | e37e81ee3dc8a13d3a94e4700332b0b22690c49d /package/php-memcached/Config.in | |
parent | ad4a90617c5365de94ea021126c176f74eb3d30e (diff) | |
download | buildroot-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/php-memcached/Config.in')
-rw-r--r-- | package/php-memcached/Config.in | 6 |
1 files changed, 2 insertions, 4 deletions
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 |