git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
113cba6
)
stubby: add missing dependency on ca-certificates
author
Tony Ambardar
<redacted>
Tue, 7 Aug 2018 13:21:11 +0000
(06:21 -0700)
committer
Jonathan G. Underwood
<redacted>
Sat, 15 Sep 2018 23:34:38 +0000
(
00:34
+0100)
Signed-off-by: Tony Ambardar <redacted>
net/stubby/Makefile
patch
|
blob
|
history
diff --git
a/net/stubby/Makefile
b/net/stubby/Makefile
index 3cc8dae6ea0c308611a881a19bc4d7a5205d7043..3f3df9c1247c802033a619fc06b435a6ce564d67 100644
(file)
--- a/
net/stubby/Makefile
+++ b/
net/stubby/Makefile
@@
-42,7
+42,7
@@
define Package/stubby
SUBMENU:=IP Addresses and Names
TITLE+= - (daemon that uses getdns)
USERID:=stubby=410:stubby=410
- DEPENDS:= +libyaml +getdns
+ DEPENDS:= +libyaml +getdns
+ca-certificates
endef
define Package/stubby/install
git clone https://git.99rst.org/PROJECT