diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-11-28 07:25:27 -0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-11-28 12:07:52 +0100 |
| commit | 6045904752b06a8b8e52ba8fc2e49a8548964e8d (patch) | |
| tree | 7a23da573cbed940cef479c5a9958ae45dd197c0 | |
| parent | 43f86236969f028a9009d6558c25dd612a1d4f16 (diff) | |
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>
| -rw-r--r-- | package/bind/0001-disable-tests.patch (renamed from package/bind/bind-01-disable-tests.patch) | 0 | ||||
| -rw-r--r-- | package/bind/0002-cross.patch (renamed from package/bind/bind-02-cross.patch) | 0 | ||||
| -rw-r--r-- | package/bind/Config.in | 5 |
3 files changed, 3 insertions, 2 deletions
diff --git a/package/bind/bind-01-disable-tests.patch b/package/bind/0001-disable-tests.patch index 181b229d9..181b229d9 100644 --- a/package/bind/bind-01-disable-tests.patch +++ b/package/bind/0001-disable-tests.patch diff --git a/package/bind/bind-02-cross.patch b/package/bind/0002-cross.patch index 5b4b1cd83..5b4b1cd83 100644 --- a/package/bind/bind-02-cross.patch +++ b/package/bind/0002-cross.patch diff --git a/package/bind/Config.in b/package/bind/Config.in index 4f65e1ce1..8e3b82428 100644 --- a/package/bind/Config.in +++ b/package/bind/Config.in @@ -3,6 +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 help BIND (Berkeley Internet Name Domain) is an implementation of the Domain Name System (DNS) protocols and provides an openly @@ -38,6 +39,6 @@ config BR2_PACKAGE_BIND_TOOLS 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_LARGEFILE || BR2_INET_IPV6) + depends on !BR2_LARGEFILE || !BR2_INET_IPV6 || BR2_PREFER_STATIC_LIB |
