diff options
-rw-r--r-- | community/php7-pecl-msgpack/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/php7-pecl-msgpack/APKBUILD b/community/php7-pecl-msgpack/APKBUILD index 0570176dfc..af668dd71e 100644 --- a/community/php7-pecl-msgpack/APKBUILD +++ b/community/php7-pecl-msgpack/APKBUILD @@ -3,7 +3,7 @@ pkgname=php7-pecl-msgpack _pkgreal=msgpack pkgver=2.0.3 -pkgrel=1 +pkgrel=2 pkgdesc="PHP extension provides API for communicating with MessagePack serialization - PECL" url="https://pecl.php.net/package/msgpack" arch="all !armv7" # tests fails on armv7 @@ -29,6 +29,7 @@ check() { cd "$builddir" # Tests require session and sockets extensions which are not bundled sed -i 's#PHP_TEST_SHARED_EXTENSIONS = `#PHP_TEST_SHARED_EXTENSIONS = -d extension=/usr/lib/php7/modules/session.so -d extension=/usr/lib/php7/modules/sockets.so `#' Makefile + rm -f tests/034.phpt # https://github.com/msgpack/msgpack-php/issues/136 case "$CARCH" in aarch64 | armv7) rm -f tests/035.phpt # https://github.com/msgpack/msgpack-php/issues/123#issuecomment-451620789 ;; esac |