mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/i2pd: use libressl
This commit is contained in:
parent
77ea3268c4
commit
f847dbfd0c
@ -2,14 +2,14 @@
|
||||
# Maintainer: l-n-s <supervillain@riseup.net>
|
||||
pkgname=i2pd
|
||||
pkgver=2.18.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="I2P Router written in C++"
|
||||
url="https://github.com/PurpleI2P/i2pd"
|
||||
arch="all !aarch64" # build fails on aarch64
|
||||
license="BSD"
|
||||
pkgusers="i2pd"
|
||||
depends="boost-filesystem boost-system boost-program_options boost-date_time boost-thread boost-iostreams openssl musl-utils libstdc++"
|
||||
makedepends="boost-dev openssl-dev openssl"
|
||||
depends="musl-utils"
|
||||
makedepends="boost-dev libressl-dev libressl zlib-dev"
|
||||
options="!check"
|
||||
install="$pkgname.pre-install"
|
||||
source="https://github.com/PurpleI2P/i2pd/archive/$pkgver/$pkgname-$pkgver.tar.gz
|
||||
@ -20,8 +20,7 @@ builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
|
||||
make
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user