mirror of
https://github.com/PurpleI2P/i2pd-snap
synced 2025-02-10 13:44:18 +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`
|
||||
|
||||
name: i2pd
|
||||
version: 2.33.0
|
||||
version: 2.34.0
|
||||
summary: Distributed anonymous networking framework
|
||||
description: |
|
||||
i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.
|
||||
@ -34,11 +34,12 @@ parts:
|
||||
i2pd:
|
||||
source: https://github.com/PurpleI2P/i2pd.git
|
||||
source-type: git
|
||||
source-tag: 2.33.0
|
||||
source-tag: 2.34.0
|
||||
plugin: make
|
||||
make-parameters:
|
||||
- USE_AVX=no
|
||||
- USE_AESNI=no
|
||||
- USE_UPNP=yes
|
||||
- DEBUG=no
|
||||
build-packages:
|
||||
- build-essential
|
||||
@ -46,6 +47,7 @@ parts:
|
||||
- libboost-filesystem-dev
|
||||
- libboost-program-options-dev
|
||||
- libboost-system-dev
|
||||
- libminiupnpc-dev
|
||||
- libssl-dev
|
||||
- zlib1g-dev
|
||||
artifacts:
|
||||
|
Loading…
x
Reference in New Issue
Block a user