aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/openldap/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/openldap/APKBUILD b/main/openldap/APKBUILD
index 6de5706e41e..c1a366c1236 100644
--- a/main/openldap/APKBUILD
+++ b/main/openldap/APKBUILD
@@ -147,7 +147,7 @@ build() {
check() {
# failing network tests on some platforms
case "$CARCH" in
- armv7|x86) ;;
+ arm*|x86) ;;
*) make test ;;
esac
}