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/bind.mk | |
| 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/bind.mk')
| -rw-r--r-- | package/bind/bind.mk | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/package/bind/bind.mk b/package/bind/bind.mk index 0e9a0f417f..5a77d82b80 100644 --- a/package/bind/bind.mk +++ b/package/bind/bind.mk @@ -4,7 +4,7 @@ # ################################################################################ -BIND_VERSION = 9.9.8-P2 +BIND_VERSION = 9.10.3-P2 BIND_SITE = ftp://ftp.isc.org/isc/bind9/$(BIND_VERSION) BIND_INSTALL_STAGING = YES BIND_CONFIG_SCRIPTS = bind9-config isc-config.sh @@ -36,6 +36,13 @@ else BIND_CONF_OPTS += --disable-linux-caps endif +ifeq ($(BR2_PACKAGE_JSON_C),y) +BIND_CONF_OPTS += --with-libjson=yes +BIND_DEPENDENCIES += json-c +else +BIND_CONF_OPTS += --with-libjson=no +endif + ifeq ($(BR2_PACKAGE_LIBXML2),y) BIND_CONF_OPTS += --with-libxml2=$(STAGING_DIR)/usr --enable-newstats BIND_DEPENDENCIES += libxml2 |

