aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sslh
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-03-29 10:37:36 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-03-29 10:37:56 +0000
commit56f7223fa0f34b764b51fb8a843bd102586aec11 (patch)
tree757826962e07fae786b0156a0462821e261a3f69 /testing/sslh
parent8979096f499949a1c3a75d745da814517497f135 (diff)
downloadaports-56f7223fa0f34b764b51fb8a843bd102586aec11.tar.bz2
aports-56f7223fa0f34b764b51fb8a843bd102586aec11.tar.xz
testing/sslh: disable on s390x
Diffstat (limited to 'testing/sslh')
-rw-r--r--testing/sslh/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/sslh/APKBUILD b/testing/sslh/APKBUILD
index 27a445dd57..e73b51db79 100644
--- a/testing/sslh/APKBUILD
+++ b/testing/sslh/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.19c
pkgrel=2
pkgdesc="Applicative Protocol Multiplexer (e.g. share SSH and HTTPS on the same port) "
url="http://www.rutschle.net/tech/sslh/README.html"
-arch="all !aarch64" # limited by valgrind
+arch="all !aarch64 !s390x" # limited by valgrind
license="GPL-2.0-or-later"
makedepends="libconfig-dev libcap-dev pcre-dev perl perl-io-socket-inet6 lcov valgrind"
subpackages="$pkgname-doc"