projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
409556b
)
unbound: Fix ECC dependency
author
Rosen Penev
<rosenp@gmail.com>
Fri, 5 Apr 2019 07:55:40 +0000
(
00:55
-0700)
committer
Eneas Queiroz
<cote2004-github@yahoo.com>
Fri, 5 Apr 2019 11:53:53 +0000
(08:53 -0300)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
net/unbound/Makefile
patch
|
blob
|
history
diff --git
a/net/unbound/Makefile
b/net/unbound/Makefile
index bd196708afa0ef0777ff557b6aa78ad861b3dd90..22c13051fb4c769bac3c523c8b741570bd742d68 100644
(file)
--- 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