aboutsummaryrefslogtreecommitdiffstats
path: root/community/miniupnpd/APKBUILD
diff options
context:
space:
mode:
authorDaniell Crossman <dacrossman@protonmail.com>2020-08-31 09:53:58 +0000
committerLeo <thinkabit.ukim@gmail.com>2020-09-20 22:20:35 -0300
commit74ae0d2dfa01f202dabd64bb3eb3e7764585249f (patch)
tree5f10af690781126f61ace18f0d05870595dbb946 /community/miniupnpd/APKBUILD
parent4ec212f4f7e6448c3a46d1012d0a16a20e69e716 (diff)
community/miniupnpd: enabled ipv6 and igd_v2 support
Diffstat (limited to 'community/miniupnpd/APKBUILD')
-rw-r--r--community/miniupnpd/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/miniupnpd/APKBUILD b/community/miniupnpd/APKBUILD
index 61525fb66ff..020872c0304 100644
--- a/community/miniupnpd/APKBUILD
+++ b/community/miniupnpd/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=miniupnpd
pkgver=2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight UPnP IGD daemon"
url="http://miniupnp.free.fr"
arch="all"
@@ -36,6 +36,8 @@ prepare() {
sed -i \
-e 's/\/\*#define ENABLE_LEASEFILE\*\//#define ENABLE_LEASEFILE/g' \
+ -e 's/\/\*#define ENABLE_IPV6\*\//#define ENABLE_IPV6/g' \
+ -e 's/\/\*#define IGD_V2\*\//#define IGD_V2/g' \
config.h
}