From: Tony Ambardar Date: Tue, 7 Aug 2018 13:21:11 +0000 (-0700) Subject: stubby: add missing dependency on ca-certificates X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9ddc94a37492a64e3b04bafb5406d8998ee2f32e;p=openwrt-packages.git stubby: add missing dependency on ca-certificates Signed-off-by: Tony Ambardar --- diff --git a/net/stubby/Makefile b/net/stubby/Makefile index 3cc8dae6e..3f3df9c12 100644 --- 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