From a3165705efede0ff8212542cda3cb4b4091b8662 Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Mon, 18 Nov 2019 19:09:34 +0200 Subject: community/php7: pecl no longer needs patch dff6062e --- community/php7/APKBUILD | 6 +----- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3