X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=miniupnpd%2FMakefile;h=fdfac91262d5c0540b6ac6bcf48a56ea9a383744;hb=f4bc87dc65729ef663f6dc9b7e157a909c5eb92b;hp=de3f006793bf7fd6de9ae1d873320f49e09d163b;hpb=ae65d4fe027592652376f8dbd3ff2ef37f5a84bc;p=feed%2Frouting.git diff --git a/miniupnpd/Makefile b/miniupnpd/Makefile index de3f006..fdfac91 100644 --- a/miniupnpd/Makefile +++ b/miniupnpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=miniupnpd -PKG_VERSION:=1.9.20150922 +PKG_VERSION:=2.0.20161216 PKG_RELEASE:=1 PKG_SOURCE_URL:=http://miniupnp.free.fr/files PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=b25f163d2a5e7adf25b15e1935032332 +PKG_MD5SUM:=9e73d50ac830b5e08b6eb1df4e4c917833a5ab54351809f615d15d0f30cdeef3 PKG_MAINTAINER:=Markus Stenberg PKG_LICENSE:=BSD-3-Clause @@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk define Package/miniupnpd SECTION:=net CATEGORY:=Network - DEPENDS:=+iptables +libip4tc +IPV6:libip6tc +IPV6:ip6tables + DEPENDS:=+iptables +libip4tc +IPV6:libip6tc +IPV6:ip6tables +libuuid TITLE:=Lightweight UPnP IGD, NAT-PMP & PCP daemon SUBMENU:=Firewall URL:=http://miniupnp.free.fr/ @@ -50,9 +50,10 @@ define Build/Prepare endef MAKE_FLAGS += \ - TEST=0 \ + TARGET_OPENWRT=1 TEST=0 \ LIBS="" \ - CC="$(TARGET_CC) -DIPTABLES_143 -lip4tc $(if $(CONFIG_IPV6),-lip6tc)" \ + CC="$(TARGET_CC) -DIPTABLES_143 \ + -lip4tc $(if $(CONFIG_IPV6),-lip6tc) -luuid" \ CONFIG_OPTIONS="$(if $(CONFIG_IPV6),--ipv6) --leasefile" \ -f Makefile.linux \ miniupnpd