diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2017-03-01 11:12:23 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-03-01 15:59:23 +0000 |
commit | 6e7224662d617347e7d3762fb8a425dcac00971d (patch) | |
tree | 2130b438a649467511688d5a78d90aa8bea8d284 /testing | |
parent | 293a8bf3beb9e8f36855ecfa61bbadb2ee4c4ffb (diff) | |
download | aports-6e7224662d617347e7d3762fb8a425dcac00971d.tar.bz2 aports-6e7224662d617347e7d3762fb8a425dcac00971d.tar.xz |
testing/php7.1: do not build fileinfo with system magic file
--
because its buggy
Diffstat (limited to 'testing')
-rw-r--r-- | testing/php7.1/APKBUILD | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/testing/php7.1/APKBUILD b/testing/php7.1/APKBUILD index 717daa1c96..74a4e3ce6e 100644 --- a/testing/php7.1/APKBUILD +++ b/testing/php7.1/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Valery Kartel <valery.kartel@gmail.com> pkgname=php7.1 pkgver=7.1.2 -pkgrel=3 +pkgrel=4 _apiver=20160303 _suffix=${pkgname#php} _pkgreal=${pkgname%$_suffix} @@ -19,7 +19,7 @@ makedepends="autoconf bison re2c apache2-dev libxml2-dev libxslt-dev libzip-dev aspell-dev enchant-dev expat-dev pcre-dev curl-dev gmp-dev icu-dev imap-dev gd-dev libical-dev libressl-dev openldap-dev net-snmp-dev db-dev krb5-dev gdbm-dev sqlite-dev freetds-dev mariadb-dev postgresql-dev unixodbc-dev freetype-dev tidyhtml-dev libwebp-dev - libpng-dev libjpeg-turbo-dev libmcrypt-dev recode-dev libedit-dev gettext-dev file-dev + libpng-dev libjpeg-turbo-dev libmcrypt-dev recode-dev libedit-dev gettext-dev " source="http://php.net/distributions/$_pkgreal-$pkgver.tar.bz2 $pkgname-module.conf @@ -168,10 +168,6 @@ build() { --with-litespeed \ --with-imap=shared --with-imap-ssl \ || return 1 - # rebuild fileinfo with current /usr/share/misc/magic.mgc - sapi/cli/php -n ext/fileinfo/create_data_file.php \ - /usr/share/misc/magic.mgc > ext/fileinfo/data_file.c || return 1 - make } check() { |