]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/filemq/Config.in
zeromq: needs NPTL
[coffee/buildroot.git] / package / filemq / Config.in
index b4720c1d4c20f699c02bedddc7ade665c8fdc57d..b015e2ead16f6fe4b8285b44f298770fcbd863db 100644 (file)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_FILEMQ
        bool "filemq"
        depends on BR2_INSTALL_LIBSTDCPP # zeromq
-       depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
+       depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # zeromq
        depends on BR2_USE_MMU # czmq
        select BR2_PACKAGE_OPENSSL
        select BR2_PACKAGE_CZMQ
@@ -11,6 +11,6 @@ config BR2_PACKAGE_FILEMQ
 
          http://github.com/zeromq/filemq
 
-comment "filemq needs a toolchain w/ C++, threads"
+comment "filemq needs a toolchain w/ C++, NPTL"
        depends on BR2_USE_MMU
-       depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)
+       depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS_NPTL)