aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/sslscan/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/sslscan/APKBUILD b/testing/sslscan/APKBUILD
index 3aa11e4b42..398a7c67be 100644
--- a/testing/sslscan/APKBUILD
+++ b/testing/sslscan/APKBUILD
@@ -4,7 +4,7 @@ _openssl_commit="c9ba19c8b7fd131137373dbd1fccd6a8bb0628be"
pkgrel=1
pkgdesc="Fast SSL configuration scanner"
url="https://github.com/rbsec/sslscan"
-arch="all"
+arch="all !x86" # build fails on x86: ERROR: sslscan*: Found textrels
license="GPL-3.0-or-later OpenSSL"
makedepends="zlib-dev perl"
subpackages="$pkgname-doc"