aboutsummaryrefslogtreecommitdiffstats
path: root/testing/i2pd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-02-06 21:53:40 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-02-06 21:53:40 +0000
commitddb224a87210fb2ed573158e3b3c2002ebc84127 (patch)
treeddebdcdd2b2980c8ac5bd6482ff0117386ed80cd /testing/i2pd
parentdf3cdb93ee43ef25e89e015173bb3e2cc09e8523 (diff)
downloadaports-ddb224a87210fb2ed573158e3b3c2002ebc84127.tar.bz2
aports-ddb224a87210fb2ed573158e3b3c2002ebc84127.tar.xz
testing/i2pd: disable on aarch64
build fails
Diffstat (limited to 'testing/i2pd')
-rw-r--r--testing/i2pd/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/i2pd/APKBUILD b/testing/i2pd/APKBUILD
index d590db9848..dcf7a43553 100644
--- a/testing/i2pd/APKBUILD
+++ b/testing/i2pd/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.18.0
pkgrel=0
pkgdesc="I2P Router written in C++"
url="https://github.com/PurpleI2P/i2pd"
-arch="all"
+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++"