From 6b9654ecdd460b06e8c88e72d0b7b418e3836ba6 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 14 Jan 2013 15:18:50 +0000 Subject: [PATCH] miniupnpd: don't fail if IPv6 is not available at runtime (#12809) SVN-Revision: 35149 --- net/miniupnpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index 6e66186f5f..d25e39a50d 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=miniupnpd PKG_VERSION:=1.7.20121005 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=http://miniupnp.free.fr/files PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -- 2.30.2