diff options
-rw-r--r-- | net/unbound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile index bd196708a..22c13051f 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk define Package/unbound/Default TITLE:=Validating Recursive DNS Server URL:=https://www.unbound.net/ - DEPENDS:=+libopenssl @OPENSSL_WITH_EC + DEPENDS:=+libopenssl +@OPENSSL_WITH_EC endef define Package/unbound |