From f847dbfd0c2b2914a50d1254bd0d02e74997f867 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 28 Mar 2018 09:46:24 +0000 Subject: testing/i2pd: use libressl --- testing/i2pd/APKBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'testing') diff --git a/testing/i2pd/APKBUILD b/testing/i2pd/APKBUILD index 6b9692a779..34c867d037 100644 --- a/testing/i2pd/APKBUILD +++ b/testing/i2pd/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: l-n-s 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() { -- cgit v1.2.3