enable miniupnpc support by default in debian/ubuntu

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1634/head
R4SAS 3 years ago
parent aa206d034d
commit da0b36cb91
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2

@ -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)

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

Loading…
Cancel
Save