pdns-recursor: add temporary depends to fix build

There is an issue with the included build scripts which improperly check for a
requirement on libboost-thread where another implementation is available.

Fixes #10273.

Signed-off-by: James Taylor <james@jtaylor.id.au>
This commit is contained in:
James Taylor 2019-11-10 23:02:00 +11:00
parent c0d5c29a24
commit 36ed75624c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ define Package/pdns-recursor
SUBMENU:=IP Addresses and Names
USERID:=pdns:pdns
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
endef