pdns-resursor: add missing dependency 13636/head
authorRosen Penev <rosenp@gmail.com>
Mon, 12 Oct 2020 01:06:37 +0000 (18:06 -0700)
committerRosen Penev <rosenp@gmail.com>
Mon, 12 Oct 2020 02:11:15 +0000 (19:11 -0700)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
net/pdns-recursor/Makefile

index 6d0ed51544f8307a8760000d923e575a30b9a5e2..65a7ebb7889836ab5dc97e2c7d0df2345ed923e9 100644 (file)
@@ -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