summaryrefslogtreecommitdiffstats
path: root/package/mongrel2
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/mongrel2
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/mongrel2')
-rw-r--r--package/mongrel2/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/mongrel2/Config.in b/package/mongrel2/Config.in
index 09bc8bd0a2..a9b09b786c 100644
--- a/package/mongrel2/Config.in
+++ b/package/mongrel2/Config.in
@@ -7,15 +7,15 @@ config BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS
default y if BR2_TOOLCHAIN_USES_UCLIBC && \
(BR2_arm || BR2_armeb || BR2_i386 || BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el || BR2_sparc || BR2_x86_64)
-comment "mongrel2 needs a uClibc or glibc toolchain w/ C++, NPTL, dynamic library"
+comment "mongrel2 needs a uClibc or glibc toolchain w/ C++, threads, dynamic library"
depends on !BR2_INSTALL_LIBSTDCPP || \
- !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS || \
+ !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || \
!BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS
config BR2_PACKAGE_MONGREL2
bool "mongrel2"
depends on BR2_INSTALL_LIBSTDCPP # zeromq
- depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # zeromq
+ depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
depends on !BR2_STATIC_LIBS # uses dlopen()
depends on BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS
select BR2_PACKAGE_SQLITE
OpenPOWER on IntegriCloud