mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-01 22:12:12 +00:00
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
18 lines
594 B
Plaintext
18 lines
594 B
Plaintext
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
|
|
help
|
|
PHP extension for interfacing with memcached via
|
|
libmemcached library.
|
|
|
|
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
|