enable miniupnpc support by default in debian/ubuntu

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2021-02-12 15:06:29 +00:00
parent aa206d034d
commit da0b36cb91
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2
2 changed files with 18 additions and 0 deletions

17
debian/patches/02-upnp.patch vendored Normal file
View File

@ -0,0 +1,17 @@
Description: Enable UPnP usage in package
Author: r4sas <r4sas@i2pmail.org>
Reviewed-By: r4sas <r4sas@i2pmail.org>
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)

View File

@ -1 +1,2 @@
01-fix-1210.patch
02-upnp.patch