summaryrefslogtreecommitdiffstats
path: root/package/php-zmq/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-05-05 18:05:31 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-06-30 18:36:49 +0200
commit35c3f7d3ab453b5d36683f018a83e7745e2142ba (patch)
tree46f5236fa9adc5cda0ded3d07ea5ce24de98b6c8 /package/php-zmq/Config.in
parent037b8616257067282e375edca9af19418a0e7a4a (diff)
downloadbuildroot-35c3f7d3ab453b5d36683f018a83e7745e2142ba.tar.gz
buildroot-35c3f7d3ab453b5d36683f018a83e7745e2142ba.zip
Revert "zeromq: needs NPTL"
This reverts commit 1e2a8d4111f57e79c1848c7a70c6501e2bdacd58. Since version 1.0.30, uClibc-ng release supports the missing functions even for Linuxthreads, therefore the dependency on NPTL is no longer needed. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/php-zmq/Config.in')
-rw-r--r--package/php-zmq/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/php-zmq/Config.in b/package/php-zmq/Config.in
index 3f7406b262..058f93d9a8 100644
--- a/package/php-zmq/Config.in
+++ b/package/php-zmq/Config.in
@@ -1,11 +1,11 @@
-comment "php-zmq needs a toolchain w/ C++, NPTL"
- depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS_NPTL)
+comment "php-zmq needs a toolchain w/ C++, threads"
+ depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)
config BR2_PACKAGE_PHP_ZMQ
bool "php-zmq"
depends on BR2_PACKAGE_PHP
depends on BR2_INSTALL_LIBSTDCPP
- depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # zeromq
+ depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_ZEROMQ
help
ZeroMQ messaging bindings for PHP
OpenPOWER on IntegriCloud