diff options
Diffstat (limited to 'testing/sslh/APKBUILD')
-rw-r--r-- | testing/sslh/APKBUILD | 2 |
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" |