diff options
author | Dirk Brenken <dev@brenken.org> | 2018-09-22 07:05:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-22 07:05:49 +0200 |
commit | 4cdbabbf826b4699bce48615bdedbb0478b0e7e4 (patch) | |
tree | dde4ff7dc85640a3fe5022bf7d5170a3927abcea /net | |
parent | d4662bab407aae4ccec3a2124646036e331684df (diff) | |
parent | 9ddc94a37492a64e3b04bafb5406d8998ee2f32e (diff) |
Merge pull request #7030 from jonathanunderwood/stubby_ca_certificates_dependency
stubby: add missing dependency on ca-certificates
Diffstat (limited to 'net')
-rw-r--r-- | net/stubby/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |