summaryrefslogtreecommitdiff
path: root/main/openldap/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/openldap/APKBUILD')
-rw-r--r--main/openldap/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/openldap/APKBUILD b/main/openldap/APKBUILD
index a352c9b7f06..add3f757880 100644
--- a/main/openldap/APKBUILD
+++ b/main/openldap/APKBUILD
@@ -160,7 +160,9 @@ _extra_modules="
# Some tests hang on aarch64
case "$CARCH" in
- aarch64 | arm* | x86) options="!check"
+s390x|aarch64|arm*|x86)
+ options="!check"
+ ;;
esac
prepare() {