summaryrefslogtreecommitdiffstats
path: root/package/zmqpp
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/zmqpp
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/zmqpp')
-rw-r--r--package/zmqpp/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/zmqpp/Config.in b/package/zmqpp/Config.in
index e9209543a6..2c80e2883d 100644
--- a/package/zmqpp/Config.in
+++ b/package/zmqpp/Config.in
@@ -3,7 +3,7 @@ config BR2_PACKAGE_ZMQPP
# c++1x support
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
depends on BR2_INSTALL_LIBSTDCPP
- depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # zeromq
+ depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # exception_ptr
select BR2_PACKAGE_ZEROMQ
help
@@ -14,8 +14,8 @@ config BR2_PACKAGE_ZMQPP
http://github.com/benjamg/zmqpp
-comment "zmqpp needs a toolchain w/ C++, NPTL, gcc >= 4.7"
- depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS_NPTL || \
+comment "zmqpp needs a toolchain w/ C++, threads, gcc >= 4.7"
+ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
comment "zmqpp needs exception_ptr"
OpenPOWER on IntegriCloud