From: James Taylor Date: Sun, 10 Nov 2019 12:02:00 +0000 (+1100) Subject: pdns-recursor: add temporary depends to fix build X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=36ed75624caf0a5332585e16ecbe0b5101226e07;p=openwrt-packages.git 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 --- diff --git a/net/pdns-recursor/Makefile b/net/pdns-recursor/Makefile index f82cbaa8c..861f163a6 100644 --- a/net/pdns-recursor/Makefile +++ b/net/pdns-recursor/Makefile @@ -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