]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/zeromq/Config.in
zeromq: needs NPTL
[coffee/buildroot.git] / package / zeromq / Config.in
index 69be9f002c593b8af5ec008cbe4054c7200b72e8..25e438ae073991c37af73564c50e5a2185a8922f 100644 (file)
@@ -1,10 +1,10 @@
-comment "zeromq needs a toolchain w/ C++, threads"
-       depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)
+comment "zeromq needs a toolchain w/ C++, NPTL"
+       depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS_NPTL)
 
 config BR2_PACKAGE_ZEROMQ
        bool "zeromq"
        depends on BR2_INSTALL_LIBSTDCPP
-       depends on BR2_TOOLCHAIN_HAS_THREADS
+       depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
        select BR2_PACKAGE_UTIL_LINUX
        select BR2_PACKAGE_UTIL_LINUX_LIBUUID
        help