summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Barth2014-06-11 12:05:04 +0000
committerSteven Barth2014-06-11 12:05:04 +0000
commitf3dd0ab8c1e1a86c29d3151e2647bd012af32e1f (patch)
tree38cb9c38d6be40a3d51965f230c40ac2e804998b
parent63d13fb131bdc8a97599069bfa2d6e03d3525e6d (diff)
downloadrouting-f3dd0ab8c1e1a86c29d3151e2647bd012af32e1f.tar.gz
miniupnpd: disable detection / use of libnetfilter-conntrack
-rw-r--r--miniupnpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/miniupnpd/Makefile b/miniupnpd/Makefile
index a26283e..b6d2303 100644
--- a/miniupnpd/Makefile
+++ b/miniupnpd/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=miniupnpd
PKG_VERSION:=1.8.20140523
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_URL:=http://miniupnp.free.fr/files
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -49,6 +49,7 @@ define Build/Prepare
endef
MAKE_FLAGS += \
+ TEST=0 \
LIBS="" \
CC="$(TARGET_CC) -DIPTABLES_143 -lnfnetlink -lip4tc $(if $(CONFIG_IPV6),-lip6tc)" \
CONFIG_OPTIONS="$(if $(CONFIG_IPV6),--ipv6) --leasefile" \