bind: not available for static builds

Fixes:
http://autobuild.buildroot.net/results/e27/e27111f484f72c77d2179fa1a29ea7b5271ff9fa/

While at it rename patches to new convention.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2014-11-28 07:25:27 -03:00 committed by Peter Korsgaard
parent 43f8623696
commit 6045904752
3 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ config BR2_PACKAGE_BIND
depends on BR2_INET_IPV6 depends on BR2_INET_IPV6
depends on BR2_LARGEFILE depends on BR2_LARGEFILE
depends on BR2_USE_MMU # fork() depends on BR2_USE_MMU # fork()
depends on !BR2_PREFER_STATIC_LIB
help help
BIND (Berkeley Internet Name Domain) is an implementation of BIND (Berkeley Internet Name Domain) is an implementation of
the Domain Name System (DNS) protocols and provides an openly the Domain Name System (DNS) protocols and provides an openly
@ -38,6 +39,6 @@ config BR2_PACKAGE_BIND_TOOLS
endif endif
comment "bind needs a toolchain w/ largefile, IPv6" comment "bind needs a toolchain w/ largefile, IPv6, dynamic library"
depends on BR2_USE_MMU depends on BR2_USE_MMU
depends on !(BR2_LARGEFILE || BR2_INET_IPV6) depends on !BR2_LARGEFILE || !BR2_INET_IPV6 || BR2_PREFER_STATIC_LIB