diff options
Diffstat (limited to 'package/bind')
-rw-r--r-- | package/bind/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/bind/Config.in b/package/bind/Config.in index 8e3b824287..ba7127064a 100644 --- a/package/bind/Config.in +++ b/package/bind/Config.in @@ -3,7 +3,7 @@ config BR2_PACKAGE_BIND depends on BR2_INET_IPV6 depends on BR2_LARGEFILE depends on BR2_USE_MMU # fork() - depends on !BR2_PREFER_STATIC_LIB + depends on !BR2_STATIC_LIBS help BIND (Berkeley Internet Name Domain) is an implementation of the Domain Name System (DNS) protocols and provides an openly @@ -41,4 +41,4 @@ endif comment "bind needs a toolchain w/ largefile, IPv6, dynamic library" depends on BR2_USE_MMU - depends on !BR2_LARGEFILE || !BR2_INET_IPV6 || BR2_PREFER_STATIC_LIB + depends on !BR2_LARGEFILE || !BR2_INET_IPV6 || BR2_STATIC_LIBS |