Browse Source

unbound: Fix ECC dependency

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 6 years ago
committed by Eneas Queiroz
parent
commit
e57a46ab6e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/unbound/Makefile

+ 1
- 1
net/unbound/Makefile View File

@ -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


Loading…
Cancel
Save