2021-02-12 15:06:29 +00:00
|
|
|
Description: Enable UPnP usage in package
|
|
|
|
Author: r4sas <r4sas@i2pmail.org>
|
|
|
|
|
|
|
|
Reviewed-By: r4sas <r4sas@i2pmail.org>
|
2022-03-23 22:33:52 +00:00
|
|
|
Last-Update: 2022-03-23
|
2021-02-12 15:06:29 +00:00
|
|
|
|
|
|
|
--- i2pd.orig/Makefile
|
|
|
|
+++ i2pd/Makefile
|
2022-03-23 22:33:52 +00:00
|
|
|
@@ -31,7 +31,7 @@ include filelist.mk
|
|
|
|
|
2021-10-22 02:57:04 +00:00
|
|
|
USE_AESNI := $(or $(USE_AESNI),yes)
|
|
|
|
USE_STATIC := $(or $(USE_STATIC),no)
|
|
|
|
-USE_UPNP := $(or $(USE_UPNP),no)
|
|
|
|
+USE_UPNP := $(or $(USE_UPNP),yes)
|
|
|
|
DEBUG := $(or $(DEBUG),yes)
|
2021-07-22 13:24:42 +00:00
|
|
|
|
2021-10-22 02:57:04 +00:00
|
|
|
# for debugging purposes only, when commit hash needed in trunk builds in i2pd version string
|