pdns-recursor: add temporary depends to fix build
authorJames Taylor <james@jtaylor.id.au>
Sun, 10 Nov 2019 12:02:00 +0000 (23:02 +1100)
committerJames Taylor <james@jtaylor.id.au>
Tue, 12 Nov 2019 10:29:14 +0000 (21:29 +1100)
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>
net/pdns-recursor/Makefile

index f82cbaa8c3a8e0bb529418433d5ef74b940afe56..861f163a6bd27816e787820510de017745678707 100644 (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