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