From: Rosen Penev Date: Fri, 5 Apr 2019 07:55:40 +0000 (-0700) Subject: unbound: Fix ECC dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e57a46ab6ea3464a97006ee81f07dacf28922e27;p=openwrt-packages.git unbound: Fix ECC dependency Signed-off-by: Rosen Penev --- 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