diff options
Diffstat (limited to 'community/php7')
-rw-r--r-- | community/php7/APKBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index 56e8b95586..fddc060f21 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -168,6 +168,9 @@ for _ext in $_extensions; do done subpackages="$subpackages $pkgname-common::noarch" +case "$CARCH" in +s390x) options="$options !check";; +esac prepare() { cd "$builddir" |