miniupnpd: add missing dependencies
authorStijn Tintel <stijn@linux-ipv6.be>
Thu, 13 May 2021 14:08:34 +0000 (17:08 +0300)
committerKevin Darbyshire-Bryant <6500011+ldir-EDB0@users.noreply.github.com>
Fri, 21 May 2021 17:20:37 +0000 (18:20 +0100)
Fixes the build problem below.

Package miniupnpd is missing dependencies for the following libraries:
libmnl.so.0
libnetfilter_conntrack.so.3

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
net/miniupnpd/Makefile

index 306ead4831f38b0fefde5d8e4d08543dbc8b57e2..f865c23b2d4be1305fd7d32911f72bc87e7ac2c0 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=miniupnpd
 PKG_VERSION:=2.2.1
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE_URL:=https://miniupnp.tuxfamily.org/files
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -35,6 +35,8 @@ define Package/miniupnpd/Default
        +iptables \
        +libcap-ng \
        +libip4tc \
+       +libmnl \
+       +libnetfilter-conntrack \
        +libuuid
   TITLE:=Lightweight UPnP IGD, NAT-PMP & PCP daemon
   SUBMENU:=Firewall