diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/mongo-php7-driver/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mongo-php7-driver/APKBUILD b/testing/mongo-php7-driver/APKBUILD index 493c8c28df..55720a32bf 100644 --- a/testing/mongo-php7-driver/APKBUILD +++ b/testing/mongo-php7-driver/APKBUILD @@ -11,7 +11,7 @@ pkgver=1.3.2 pkgrel=0 pkgdesc="Low-level PHP driver for MongoDB" url="https://github.com/mongodb/mongo-php-driver" -arch="all" +arch="all !s390x" license="Apache-2.0" makedepends="autoconf automake libressl-dev pkgconfig mongo-c-driver pcre-dev ${_php}-dev bash" |