diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-11-18 19:09:34 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-19 09:16:59 +0100 |
commit | a3165705efede0ff8212542cda3cb4b4091b8662 (patch) | |
tree | e5e5bc25e18c0f3db5a4623f9bf74617e856c572 /community/php7 | |
parent | 6afd241da6f68dad42f2254cfcc6541fe5501930 (diff) | |
download | aports-a3165705efede0ff8212542cda3cb4b4091b8662.tar.bz2 aports-a3165705efede0ff8212542cda3cb4b4091b8662.tar.xz |
community/php7: pecl no longer needs patch dff6062e
Diffstat (limited to 'community/php7')
-rw-r--r-- | community/php7/APKBUILD | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index 49d37393a2..e7276b90eb 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -27,7 +27,7 @@ pkgname=php7 _pkgreal=php pkgver=7.3.11 -pkgrel=1 +pkgrel=2 _apiver=20180731 _suffix=${pkgname#php} # Is this package the default (latest) PHP version? @@ -556,10 +556,6 @@ pear() { cd "$pkgdir" - # pecl needs xml extension and since we build it as shared, it must be - # explicitly declared to be loaded. - sed -i 's/\$INCARG/& -d extension=xml.so/' usr/bin/pecl - mkdir -p "$subpkgdir"/usr/bin local file; for file in pecl pear peardev; do mv usr/bin/$file "$subpkgdir"/usr/bin/$file$_suffix |