summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/bind/bind.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/bind/bind.mk b/package/bind/bind.mk
index c4429ef6cc..e71eddcd7f 100644
--- a/package/bind/bind.mk
+++ b/package/bind/bind.mk
@@ -61,7 +61,9 @@ BIND_CONF_ENV += \
ac_cv_func_EVP_sha512=yes
BIND_CONF_OPTS += \
--with-openssl=$(STAGING_DIR)/usr LIBS="-lz" \
- --with-ecdsa=yes
+ --with-ecdsa=yes \
+ --with-eddsa=no \
+ --with-aes=yes
# GOST cipher support requires openssl extra engines
ifeq ($(BR2_PACKAGE_OPENSSL_ENGINES),y)
BIND_CONF_OPTS += --with-gost=yes
OpenPOWER on IntegriCloud