From: Rosen Penev Date: Mon, 12 Oct 2020 01:06:37 +0000 (-0700) Subject: pdns-resursor: add missing dependency X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F13636%2Fhead;p=feed%2Fpackages.git pdns-resursor: add missing dependency Signed-off-by: Rosen Penev --- diff --git a/net/pdns-recursor/Makefile b/net/pdns-recursor/Makefile index 6d0ed51544..65a7ebb788 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