mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
testing/sslh: disable on s390x
This commit is contained in:
parent
8979096f49
commit
56f7223fa0
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue