diff options
author | James Taylor <james@jtaylor.id.au> | 2019-11-10 23:02:00 +1100 |
---|---|---|
committer | James Taylor <james@jtaylor.id.au> | 2019-11-12 21:29:14 +1100 |
commit | 36ed75624caf0a5332585e16ecbe0b5101226e07 (patch) | |
tree | 55af4fae238076a66a30e1f494bf7293e4666c06 /net/pdns-recursor | |
parent | c0d5c29a242a0e367f3fc276e80f411965d1518d (diff) |
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>
Diffstat (limited to 'net/pdns-recursor')
-rw-r--r-- | net/pdns-recursor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |