mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 18:54:30 +04:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user