mirror of
https://github.com/PurpleI2P/i2pd-snap
synced 2025-02-10 21:54:19 +00:00
2.34.0
+ enable UPnP support out of box
This commit is contained in:
parent
827724167b
commit
b1ae52aac6
@ -7,7 +7,7 @@
|
|||||||
## 5. `snapcraft snap`
|
## 5. `snapcraft snap`
|
||||||
|
|
||||||
name: i2pd
|
name: i2pd
|
||||||
version: 2.33.0
|
version: 2.34.0
|
||||||
summary: Distributed anonymous networking framework
|
summary: Distributed anonymous networking framework
|
||||||
description: |
|
description: |
|
||||||
i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.
|
i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.
|
||||||
@ -34,11 +34,12 @@ parts:
|
|||||||
i2pd:
|
i2pd:
|
||||||
source: https://github.com/PurpleI2P/i2pd.git
|
source: https://github.com/PurpleI2P/i2pd.git
|
||||||
source-type: git
|
source-type: git
|
||||||
source-tag: 2.33.0
|
source-tag: 2.34.0
|
||||||
plugin: make
|
plugin: make
|
||||||
make-parameters:
|
make-parameters:
|
||||||
- USE_AVX=no
|
- USE_AVX=no
|
||||||
- USE_AESNI=no
|
- USE_AESNI=no
|
||||||
|
- USE_UPNP=yes
|
||||||
- DEBUG=no
|
- DEBUG=no
|
||||||
build-packages:
|
build-packages:
|
||||||
- build-essential
|
- build-essential
|
||||||
@ -46,6 +47,7 @@ parts:
|
|||||||
- libboost-filesystem-dev
|
- libboost-filesystem-dev
|
||||||
- libboost-program-options-dev
|
- libboost-program-options-dev
|
||||||
- libboost-system-dev
|
- libboost-system-dev
|
||||||
|
- libminiupnpc-dev
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
- zlib1g-dev
|
- zlib1g-dev
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user