diff --git a/package/bind/Config.in b/package/bind/Config.in index 9887403ed9..63ccd57db7 100644 --- a/package/bind/Config.in +++ b/package/bind/Config.in @@ -29,11 +29,6 @@ config BR2_PACKAGE_BIND https://www.isc.org/bind/ -comment "bind needs a toolchain w/ NPTL, dynamic library" - depends on BR2_USE_MMU - depends on BR2_TOOLCHAIN_HAS_SYNC_4 - depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS - if BR2_PACKAGE_BIND config BR2_PACKAGE_BIND_SERVER @@ -47,3 +42,8 @@ config BR2_PACKAGE_BIND_TOOLS Install tools (dig, host, nslookup, nsupdate) endif + +comment "bind needs a toolchain w/ NPTL, dynamic library" + depends on BR2_USE_MMU + depends on BR2_TOOLCHAIN_HAS_SYNC_4 + depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS