From 36ed75624caf0a5332585e16ecbe0b5101226e07 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sun, 10 Nov 2019 23:02:00 +1100 Subject: [PATCH] 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 --- net/pdns-recursor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/pdns-recursor/Makefile b/net/pdns-recursor/Makefile index f82cbaa8c3a8e0..861f163a6bd278 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