Browse Source

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>
lilik-openwrt-22.03
James Taylor 5 years ago
parent
commit
36ed75624c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/pdns-recursor/Makefile

+ 1
- 1
net/pdns-recursor/Makefile View 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


Loading…
Cancel
Save