diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-04-05 00:55:40 -0700 |
---|---|---|
committer | Eneas Queiroz <cote2004-github@yahoo.com> | 2019-04-05 08:53:53 -0300 |
commit | e57a46ab6ea3464a97006ee81f07dacf28922e27 (patch) | |
tree | 0879582e0516389dcd945ebb47f0f01b3387ff84 /net | |
parent | 409556b3fdb578bde72ed1bbe981c534ac9929c8 (diff) |
unbound: Fix ECC dependency
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net')
-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 |