Browse Source

enable miniupnpc support by default in debian/ubuntu

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1634/head
R4SAS 4 years ago
parent
commit
da0b36cb91
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 17
      debian/patches/02-upnp.patch
  2. 1
      debian/patches/series

17
debian/patches/02-upnp.patch vendored

@ -0,0 +1,17 @@ @@ -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
debian/patches/series vendored

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

Loading…
Cancel
Save