diff --git a/package/bind/bind.mk b/package/bind/bind.mk index e3341bdb69..2df6ae8e33 100644 --- a/package/bind/bind.mk +++ b/package/bind/bind.mk @@ -27,6 +27,7 @@ endif ifeq ($(BR2_PACKAGE_OPENSSL),y) BIND_DEPENDENCIES += openssl + BIND_CONF_OPT += --with-openssl=$(STAGING_DIR)/usr else BIND_CONF_OPT += --with-openssl=no endif