Merge pull request #10516 from James-TR/fix/dependency-garbage
pdns-recursor: add temporary depends to fix build
This commit is contained in:
commit
3e84848c7e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ define Package/pdns-recursor
|
||||||
SUBMENU:=IP Addresses and Names
|
SUBMENU:=IP Addresses and Names
|
||||||
USERID:=pdns:pdns
|
USERID:=pdns:pdns
|
||||||
TITLE:=PowerDNS Recursor
|
TITLE:=PowerDNS Recursor
|
||||||
DEPENDS:=+boost +boost-context +libatomic +liblua +libopenssl +protobuf
|
DEPENDS:=+boost +boost-context +boost-thread +libatomic +liblua +libopenssl +protobuf
|
||||||
URL:=https://www.powerdns.com/recursor.html
|
URL:=https://www.powerdns.com/recursor.html
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue