diff options
Diffstat (limited to 'community/php7')
-rw-r--r-- | community/php7/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index 32d8744df7..4d72763cc4 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -20,7 +20,7 @@ pkgname=php7 _pkgreal=php pkgver=7.1.13 -pkgrel=0 +pkgrel=1 _apiver=20160303 _suffix=${pkgname#php} # Is this package the default (latest) PHP version? @@ -168,9 +168,11 @@ done subpackages="$subpackages $pkgname-common::noarch" # FIXME: tests fails on s390x and x86_64 +# ppc64le fails everytime with different checks case "$CARCH" in x86_64) options="$options !check";; s390x) options="$options !check";; +ppc64le) options="$options !check";; esac # secfixes: |