diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-10-11 18:06:37 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-10-11 19:11:15 -0700 |
commit | 983e7b34a7cfb70b14a6f3e592b07d00c3aa3edb (patch) | |
tree | 3e870e04722053c722700b8d346abaebc34e0e9c /net/pdns-recursor | |
parent | e9c6be8352fadf5b10a92f19f4fd9fb11d1ffeeb (diff) |
pdns-resursor: add missing dependency
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/pdns-recursor')
-rw-r--r-- | net/pdns-recursor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pdns-recursor/Makefile b/net/pdns-recursor/Makefile index 6d0ed5154..65a7ebb78 100644 --- a/net/pdns-recursor/Makefile +++ b/net/pdns-recursor/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pdns-recursor PKG_VERSION:=4.3.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ @@ -26,7 +26,7 @@ define Package/pdns-recursor SUBMENU:=IP Addresses and Names USERID:=pdns:pdns TITLE:=PowerDNS Recursor - DEPENDS:=+boost +boost-context +boost-filesystem +libatomic +liblua +libopenssl +protobuf + DEPENDS:=+boost +boost-context +boost-filesystem +libatomic +liblua +libopenssl +protobuf +libfstrm URL:=https://www.powerdns.com/recursor.html endef |