diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-07-17 18:20:15 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-19 00:32:44 +0200 |
commit | e30868be1f2ff19b8d64bf94efa4271d353e33fc (patch) | |
tree | ac74563f72540d5abad59f4e271a48fda04cea14 /package/php-memcached/Config.in | |
parent | 35c386682020880fc5306439afa508a57e57a321 (diff) | |
download | buildroot-e30868be1f2ff19b8d64bf94efa4271d353e33fc.tar.gz buildroot-e30868be1f2ff19b8d64bf94efa4271d353e33fc.zip |
php-memcached: new package
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 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package/php-memcached/Config.in b/package/php-memcached/Config.in new file mode 100644 index 0000000000..c9f4b7d106 --- /dev/null +++ b/package/php-memcached/Config.in @@ -0,0 +1,17 @@ +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 |