miniupnpd: remove libnfnetlink dependency
Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
parent
98f8393d29
commit
d0671bf308
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/miniupnpd
|
define Package/miniupnpd
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+iptables +libip4tc +IPV6:libip6tc +IPV6:ip6tables +libnfnetlink
|
DEPENDS:=+iptables +libip4tc +IPV6:libip6tc +IPV6:ip6tables
|
||||||
TITLE:=Lightweight UPnP IGD, NAT-PMP & PCP daemon
|
TITLE:=Lightweight UPnP IGD, NAT-PMP & PCP daemon
|
||||||
SUBMENU:=Firewall
|
SUBMENU:=Firewall
|
||||||
URL:=http://miniupnp.free.fr/
|
URL:=http://miniupnp.free.fr/
|
||||||
|
@ -52,7 +52,7 @@ endef
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
TEST=0 \
|
TEST=0 \
|
||||||
LIBS="" \
|
LIBS="" \
|
||||||
CC="$(TARGET_CC) -DIPTABLES_143 -lnfnetlink -lip4tc $(if $(CONFIG_IPV6),-lip6tc)" \
|
CC="$(TARGET_CC) -DIPTABLES_143 -lip4tc $(if $(CONFIG_IPV6),-lip6tc)" \
|
||||||
CONFIG_OPTIONS="$(if $(CONFIG_IPV6),--ipv6) --leasefile" \
|
CONFIG_OPTIONS="$(if $(CONFIG_IPV6),--ipv6) --leasefile" \
|
||||||
-f Makefile.linux \
|
-f Makefile.linux \
|
||||||
miniupnpd
|
miniupnpd
|
||||||
|
|
Loading…
Reference in a new issue