miniupnpd: add missing dependencies
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>
This commit is contained in:
parent
5651b45029
commit
3836218ba6
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=miniupnpd
|
PKG_NAME:=miniupnpd
|
||||||
PKG_VERSION:=2.2.1
|
PKG_VERSION:=2.2.1
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE_URL:=https://miniupnp.tuxfamily.org/files
|
PKG_SOURCE_URL:=https://miniupnp.tuxfamily.org/files
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
@ -35,6 +35,8 @@ define Package/miniupnpd/Default
|
||||||
+iptables \
|
+iptables \
|
||||||
+libcap-ng \
|
+libcap-ng \
|
||||||
+libip4tc \
|
+libip4tc \
|
||||||
|
+libmnl \
|
||||||
|
+libnetfilter-conntrack \
|
||||||
+libuuid
|
+libuuid
|
||||||
TITLE:=Lightweight UPnP IGD, NAT-PMP & PCP daemon
|
TITLE:=Lightweight UPnP IGD, NAT-PMP & PCP daemon
|
||||||
SUBMENU:=Firewall
|
SUBMENU:=Firewall
|
||||||
|
|
Loading…
Reference in a new issue