From da0b36cb91697a000cd79b4e782effc143e4dc66 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Fri, 12 Feb 2021 15:06:29 +0000 Subject: [PATCH] enable miniupnpc support by default in debian/ubuntu Signed-off-by: R4SAS --- debian/patches/02-upnp.patch | 17 +++++++++++++++++ debian/patches/series | 1 + 2 files changed, 18 insertions(+) create mode 100644 debian/patches/02-upnp.patch diff --git a/debian/patches/02-upnp.patch b/debian/patches/02-upnp.patch new file mode 100644 index 00000000..7b9bb317 --- /dev/null +++ b/debian/patches/02-upnp.patch @@ -0,0 +1,17 @@ +Description: Enable UPnP usage in package +Author: r4sas + +Reviewed-By: r4sas +Last-Update: 2021-01-16 + +--- i2pd.orig/Makefile ++++ i2pd/Makefile +@@ -15,7 +15,7 @@ include filelist.mk + USE_AESNI := yes + USE_STATIC := no + USE_MESHNET := no +-USE_UPNP := no ++USE_UPNP := yes + DEBUG := yes + + ifeq ($(DEBUG),yes) diff --git a/debian/patches/series b/debian/patches/series index 07f821c8..2f816712 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 01-fix-1210.patch +02-upnp.patch