diff options
Diffstat (limited to 'main/php/APKBUILD')
-rw-r--r-- | main/php/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/php/APKBUILD b/main/php/APKBUILD index 160654f202..4bb2b10026 100644 --- a/main/php/APKBUILD +++ b/main/php/APKBUILD @@ -1,9 +1,9 @@ -# Contributor: Carlo Landmeter <clandmeter at gmail> +# Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Matt Smith <mcs@darkregion.net> pkgname=php pkgver=5.3.6 _suhosinver=5.3.6-0.9.10 -pkgrel=8 +pkgrel=9 pkgdesc="The PHP language runtime engine" url="http://www.php.net/" arch="all" @@ -200,6 +200,7 @@ build() { --without-qdbm \ --with-mssql=shared \ --with-pdo-dblib=shared \ + --enable-mailparse \ " # cgi, fcgi, cli, pear and extensions |