Skip to content

Commit

Permalink
[deb] update patch
Browse files Browse the repository at this point in the history
Signed-off-by: r4sas <[email protected]>
  • Loading branch information
r4sas committed Dec 30, 2024
1 parent 24bcc65 commit 1293e12
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions contrib/debian/trusty/patches/01-upnp.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Description: Enable UPnP usage in package
Author: r4sas <[email protected]>

Reviewed-By: r4sas <[email protected]>
Last-Update: 2022-03-23
Last-Update: 2024-12-30

--- i2pd.orig/Makefile
+++ i2pd/Makefile
@@ -31,7 +31,7 @@ include filelist.mk
@@ -31,7 +31,7 @@ # import source files lists
include filelist.mk

USE_AESNI := $(or $(USE_AESNI),yes)
USE_STATIC := $(or $(USE_STATIC),no)
-USE_UPNP := $(or $(USE_UPNP),no)
+USE_UPNP := $(or $(USE_UPNP),yes)
Expand Down
6 changes: 3 additions & 3 deletions contrib/debian/xenial/patches/01-upnp.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Description: Enable UPnP usage in package
Author: r4sas <[email protected]>

Reviewed-By: r4sas <[email protected]>
Last-Update: 2022-03-23
Last-Update: 2024-12-30

--- i2pd.orig/Makefile
+++ i2pd/Makefile
@@ -31,7 +31,7 @@ include filelist.mk
@@ -31,7 +31,7 @@ # import source files lists
include filelist.mk

USE_AESNI := $(or $(USE_AESNI),yes)
USE_STATIC := $(or $(USE_STATIC),no)
-USE_UPNP := $(or $(USE_UPNP),no)
+USE_UPNP := $(or $(USE_UPNP),yes)
Expand Down
6 changes: 3 additions & 3 deletions debian/patches/01-upnp.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Description: Enable UPnP usage in package
Author: r4sas <[email protected]>

Reviewed-By: r4sas <[email protected]>
Last-Update: 2022-03-23
Last-Update: 2024-12-30

--- i2pd.orig/Makefile
+++ i2pd/Makefile
@@ -31,7 +31,7 @@ include filelist.mk
@@ -31,7 +31,7 @@ # import source files lists
include filelist.mk

USE_AESNI := $(or $(USE_AESNI),yes)
USE_STATIC := $(or $(USE_STATIC),no)
-USE_UPNP := $(or $(USE_UPNP),no)
+USE_UPNP := $(or $(USE_UPNP),yes)
Expand Down

0 comments on commit 1293e12

Please sign in to comment.