diff options
Diffstat (limited to 'community/php7-pecl-imagick')
-rw-r--r-- | community/php7-pecl-imagick/APKBUILD | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/community/php7-pecl-imagick/APKBUILD b/community/php7-pecl-imagick/APKBUILD index d880aafe3e..91655c8548 100644 --- a/community/php7-pecl-imagick/APKBUILD +++ b/community/php7-pecl-imagick/APKBUILD @@ -3,7 +3,7 @@ pkgname=php7-pecl-imagick _pkgreal=imagick pkgver=3.4.4 -pkgrel=2 +pkgrel=3 pkgdesc="PHP extension provides a wrapper to the ImageMagick library - PECL" url="https://pecl.php.net/package/imagick" arch="all" @@ -24,16 +24,12 @@ replaces="php7-imagick" # for backward compatibility # - CVE-2019-11037 build() { - cd "$builddir" - phpize7 ./configure --prefix=/usr --with-php-config=php-config7 make } check() { - cd "$builddir" - rm tests/150_Imagick_setregistry.phpt # no exception thrown rm tests/229_Tutorial_fxAnalyzeImage_case1.phpt # time out rm tests/236_Imagick_identify_basic.phpt # coredump https://bugs.php.net/bug.php?id=59444 @@ -43,7 +39,6 @@ check() { package() { local confdir="$pkgdir/etc/php7/conf.d" - cd "$builddir" make INSTALL_ROOT="$pkgdir" install |