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:
parent
c0d5c29a24
commit
36ed75624c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue