diff options
| author | Andy Postnikov <apostnikov@gmail.com> | 2019-12-23 22:31:08 +0200 |
|---|---|---|
| committer | Andy Postnikov <apostnikov@gmail.com> | 2019-12-23 22:31:08 +0200 |
| commit | 738299ef9d351770b4e0f7fcd071dd72dd2bac8c (patch) | |
| tree | f8637df20e592c278571f0272b815ca52c522b96 /testing | |
| parent | cea6befd1624e019612e966aa3475f8e360238fe (diff) | |
| download | aports-738299ef9d351770b4e0f7fcd071dd72dd2bac8c.tar.bz2 aports-738299ef9d351770b4e0f7fcd071dd72dd2bac8c.tar.xz | |
testing/php7-pecl-zstd: use bundled zstd
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/php7-pecl-zstd/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/php7-pecl-zstd/APKBUILD b/testing/php7-pecl-zstd/APKBUILD index d7e195e952..7a62f9dbd9 100644 --- a/testing/php7-pecl-zstd/APKBUILD +++ b/testing/php7-pecl-zstd/APKBUILD @@ -2,7 +2,7 @@ pkgname=php7-pecl-zstd _pkgreal=zstd pkgver=0.7.7 -pkgrel=0 +pkgrel=1 pkgdesc="PECL Zstandard extension." url="https://pecl.php.net/package/zstd" arch="all" @@ -17,7 +17,7 @@ replaces="php7-zstd" # for backward compatibility build() { phpize7 - ./configure --prefix=/usr --with-php-config=php-config7 --with-libzstd + ./configure --prefix=/usr --with-php-config=php-config7 make } |
