aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7/APKBUILD
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-04-30 17:54:01 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-05-02 01:04:51 +0200
commit8d0da879e1dc552a62daa57e366076e032e2ace5 (patch)
tree4f93725f27e659e63701aa1ec6289dffa463a801 /community/php7/APKBUILD
parente0390b10a7758e4b6de38035b6867bd9cfe782f4 (diff)
downloadaports-8d0da879e1dc552a62daa57e366076e032e2ace5.tar.bz2
aports-8d0da879e1dc552a62daa57e366076e032e2ace5.tar.xz
community/php7: build fileinfo and tokenizer as shared
Diffstat (limited to 'community/php7/APKBUILD')
-rw-r--r--community/php7/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD
index a0e0eed66a..eadc5f057d 100644
--- a/community/php7/APKBUILD
+++ b/community/php7/APKBUILD
@@ -41,10 +41,10 @@ _libdir="/usr/lib/$pkgname"
_extension_dir="$_libdir/modules"
_extension_confd="/etc/$pkgname/conf.d"
-_exts="bcmath bz2 calendar ctype curl dba dom enchant exif ftp gd gettext gmp iconv imap intl json
+_exts="bcmath bz2 calendar ctype curl dba dom enchant exif fileinfo ftp gd gettext gmp iconv imap intl json
ldap mbstring mcrypt mysqli mysqlnd odbc opcache openssl pcntl pdo pdo_dblib pdo_mysql
pdo_odbc pdo_pgsql pdo_sqlite pgsql phar:phar posix pspell recode session shmop simplexml snmp soap
- sockets sqlite3 sysvmsg sysvsem sysvshm tidy wddx xml xmlreader xmlrpc xmlwriter xsl zip zlib
+ sockets sqlite3 sysvmsg sysvsem sysvshm tidy tokenizer wddx xml xmlreader xmlrpc xmlwriter xsl zip zlib
"
subpackages="$pkgname-dev $pkgname-doc $pkgname-apache2 $pkgname-phpdbg $pkgname-embed
$pkgname-litespeed $pkgname-cgi $pkgname-fpm $pkgname-pear::noarch
@@ -104,6 +104,7 @@ _build() {
--enable-dom=shared \
--with-enchant=shared \
--enable-exif=shared \
+ --enable-fileinfo=shared \
--enable-ftp=shared \
--with-gd=shared --with-webp-dir=shared --with-jpeg-dir=shared --with-png-dir=shared --with-xpm-dir=shared \
--with-freetype-dir=shared --enable-gd-native-ttf --enable-gd-jis-conv \
@@ -143,6 +144,7 @@ _build() {
--enable-sysvsem=shared \
--enable-sysvshm=shared \
--with-tidy=shared \
+ --enable-tokenizer=shared \
--enable-xml=shared \
--enable-xmlreader=shared \
--with-xmlrpc=shared \