summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/bind/bind.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/bind/bind.mk b/package/bind/bind.mk
index d6707d23d9..e0784e66a6 100644
--- a/package/bind/bind.mk
+++ b/package/bind/bind.mk
@@ -41,6 +41,8 @@ endif
ifeq ($(BR2_PACKAGE_OPENSSL),y)
BIND_DEPENDENCIES += openssl
+ BIND_CONF_ENV += ac_cv_func_EVP_sha256=yes \
+ ac_cv_func_EVP_sha384=yes ac_cv_func_EVP_sha512=yes
BIND_CONF_OPT += --with-openssl=$(STAGING_DIR)/usr LIBS="-lz" \
--with-ecdsa=yes
# GOST cipher support requires openssl extra engines
OpenPOWER on IntegriCloud