projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63d13fb
)
miniupnpd: disable detection / use of libnetfilter-conntrack
author
Steven Barth
<steven@midlink.org>
Wed, 11 Jun 2014 12:05:04 +0000
(14:05 +0200)
committer
Steven Barth
<steven@midlink.org>
Wed, 11 Jun 2014 12:05:04 +0000
(14:05 +0200)
miniupnpd/Makefile
patch
|
blob
|
history
diff --git
a/miniupnpd/Makefile
b/miniupnpd/Makefile
index a26283e10298d427c9705acb11160df581145a0b..b6d23036364ddb9bbbb2fd110f5d4e419ee94bab 100644
(file)
--- 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" \