aboutsummaryrefslogtreecommitdiffstats
path: root/testing/botan
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2018-04-16 13:45:38 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2018-04-16 13:45:38 +0000
commit65c462a1b63e2b67aba6da7681a5b6aaf9bfb7b7 (patch)
tree9df959f9511490e49a303c706189f1f52ef8e7ab /testing/botan
parent29f75b67e7f73859f512e98be80204f7f5710318 (diff)
downloadaports-65c462a1b63e2b67aba6da7681a5b6aaf9bfb7b7.tar.bz2
aports-65c462a1b63e2b67aba6da7681a5b6aaf9bfb7b7.tar.xz
testing/botan: disable on armhf
INFO: ./configure.py invoked with options "--prefix=/usr --mandir=/usr/share/man --with-boost --with-bzip2 --with-lzma --with-openmp --with-openssl --with-sqlite3 --with-zlib" INFO: Autodetected platform information: OS="Linux" machine="armv8l" proc="" INFO: Guessing target OS is linux (use --os to set) INFO: Guessing to use compiler gcc (use --cc or CXX to set) ERROR: Could not determine target CPU; set with --cpu
Diffstat (limited to 'testing/botan')
-rw-r--r--testing/botan/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/botan/APKBUILD b/testing/botan/APKBUILD
index c87dc3b9a1..fc3ec34c7c 100644
--- a/testing/botan/APKBUILD
+++ b/testing/botan/APKBUILD
@@ -6,7 +6,7 @@ pkgver=2.5.0
pkgrel=0
pkgdesc="Crypto and TLS for C++11"
url="https://botan.randombit.net/"
-arch="all"
+arch="all !armhf"
license="BSD-2-Clause"
depends=""
depends_dev="boost-dev bzip2-dev libressl-dev sqlite-dev xz-dev zlib-dev"