stubby: add missing dependency on ca-certificates
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
This commit is contained in:
parent
113cba6531
commit
9ddc94a374
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ define Package/stubby
|
||||||
SUBMENU:=IP Addresses and Names
|
SUBMENU:=IP Addresses and Names
|
||||||
TITLE+= - (daemon that uses getdns)
|
TITLE+= - (daemon that uses getdns)
|
||||||
USERID:=stubby=410:stubby=410
|
USERID:=stubby=410:stubby=410
|
||||||
DEPENDS:= +libyaml +getdns
|
DEPENDS:= +libyaml +getdns +ca-certificates
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/stubby/install
|
define Package/stubby/install
|
||||||
|
|
Loading…
Reference in a new issue