diff --git a/package/bind/Config.in b/package/bind/Config.in index ab8ddcd0a2..4eb024b260 100644 --- a/package/bind/Config.in +++ b/package/bind/Config.in @@ -51,6 +51,6 @@ endif comment "bind needs a toolchain w/ NPTL, dynamic library, C++, gcc >= 4.9" depends on BR2_USE_MMU depends on BR2_TOOLCHAIN_HAS_SYNC_4 + depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS \ - || BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 \ - || BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS + || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9