diff --git a/package/bind/bind.mk b/package/bind/bind.mk index 572eacd11a..b2bbafab20 100644 --- a/package/bind/bind.mk +++ b/package/bind/bind.mk @@ -55,12 +55,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_OPTS += \ - --with-openssl=$(STAGING_DIR)/usr LIBS="-lz" \ + --with-openssl=$(STAGING_DIR)/usr \ --with-ecdsa=yes \ --with-eddsa=no \ --with-aes=yes