diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-12-23 22:38:40 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-12-23 22:38:40 +0200 |
commit | 8a47cdeb55e6e30043317fb3eeab1382f644822e (patch) | |
tree | 1e07eda521c5703940c20a0cd8e23d965cb58a68 /testing/php7-pecl-zstd | |
parent | 738299ef9d351770b4e0f7fcd071dd72dd2bac8c (diff) | |
download | aports-8a47cdeb55e6e30043317fb3eeab1382f644822e.tar.bz2 aports-8a47cdeb55e6e30043317fb3eeab1382f644822e.tar.xz |
testing/php7-pecl-zstd: disable on armhf and use shared zstd
Diffstat (limited to 'testing/php7-pecl-zstd')
-rw-r--r-- | testing/php7-pecl-zstd/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/php7-pecl-zstd/APKBUILD b/testing/php7-pecl-zstd/APKBUILD index 7a62f9dbd9..ab341a6d7f 100644 --- a/testing/php7-pecl-zstd/APKBUILD +++ b/testing/php7-pecl-zstd/APKBUILD @@ -2,10 +2,10 @@ pkgname=php7-pecl-zstd _pkgreal=zstd pkgver=0.7.7 -pkgrel=1 +pkgrel=2 pkgdesc="PECL Zstandard extension." url="https://pecl.php.net/package/zstd" -arch="all" +arch="all !armhf" license="MIT" depends="php7-common" makedepends="php7-dev autoconf re2c zstd-dev" @@ -17,7 +17,7 @@ replaces="php7-zstd" # for backward compatibility build() { phpize7 - ./configure --prefix=/usr --with-php-config=php-config7 + ./configure --prefix=/usr --with-php-config=php-config7 --with-libzstd make } |