diff options
Diffstat (limited to 'testing/pam-u2f')
-rw-r--r-- | testing/pam-u2f/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pam-u2f/APKBUILD b/testing/pam-u2f/APKBUILD index 278e9879fd..5f7ccebd7a 100644 --- a/testing/pam-u2f/APKBUILD +++ b/testing/pam-u2f/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.0.8 pkgrel=0 pkgdesc="Pluggable Authentication Module (PAM) for U2F" url="https://developers.yubico.com/pam-u2f/" -arch="all" +arch="all !s390x" # Limited by libu2f-server-dev license="BSD-2-Clause" makedepends="libu2f-server-dev libu2f-host-dev linux-pam-dev" options="!check" # need yubikey plugged in on live machine |