]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/bind/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / bind / Config.in
index 8e3b8242871a87b5b18c19d6afc113428cd25370..ba7127064a104c59f8a3f686503cf9842e3e3c84 100644 (file)
@@ -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