This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BIND_VERSION = 9.11.5-P4
|
||||
BIND_VERSION = 9.11.6-P1
|
||||
BIND_SITE = https://ftp.isc.org/isc/bind9/$(BIND_VERSION)
|
||||
# bind does not support parallel builds.
|
||||
BIND_MAKE = $(MAKE1)
|
||||
@@ -74,8 +74,11 @@ else
|
||||
BIND_CONF_OPTS += --with-openssl=no
|
||||
endif
|
||||
|
||||
# Used by dnssec-checkds and dnssec-coverage
|
||||
ifeq ($(BR2_PACKAGE_PYTHON)$(BR2_PACKAGE_PYTHON3),)
|
||||
# Used by dnssec-keymgr
|
||||
ifeq ($(BR2_PACKAGE_PYTHON_PLY),y)
|
||||
BIND_DEPENDENCIES += host-python-ply
|
||||
BIND_CONF_OPTS += --with-python=$(HOST_DIR)/usr/bin/python
|
||||
else
|
||||
BIND_CONF_OPTS += --with-python=no
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user