diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-12-30 10:39:29 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-30 14:54:10 +0100 |
| commit | 07c1ad4647b6a8e60338fc01ddcb2d629de0ad14 (patch) | |
| tree | 5a9c8683cf5a9b585482b046318885f8304d199c /package/bind/Config.in | |
| parent | 4e841b2a7ff8b2752e74316bea78b115b79324b7 (diff) | |
| download | buildroot-07c1ad4647b6a8e60338fc01ddcb2d629de0ad14.tar.gz buildroot-07c1ad4647b6a8e60338fc01ddcb2d629de0ad14.zip | |
bind: bump to version 9.10.3-P2
Leave the LTS series for the latest stable version for libressl
compatibility.
Unfortunately this means threads are now required, but this shouldn't be
a problem for a fully-featured resolver.
Drop 0001-disable-tests.patch since it's no longer required, genrandom
isn't run unless the tests are called upon.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/bind/Config.in')
| -rw-r--r-- | package/bind/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/bind/Config.in b/package/bind/Config.in index d758884591..a580f0ee66 100644 --- a/package/bind/Config.in +++ b/package/bind/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_BIND bool "bind" depends on BR2_USE_MMU # fork() + depends on BR2_TOOLCHAIN_HAS_THREADS depends on !BR2_STATIC_LIBS help BIND (Berkeley Internet Name Domain) is an implementation of @@ -37,6 +38,6 @@ config BR2_PACKAGE_BIND_TOOLS endif -comment "bind needs a toolchain w/ dynamic library" +comment "bind needs a toolchain w/ threads, dynamic library" depends on BR2_USE_MMU - depends on BR2_STATIC_LIBS + depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS |

