diff options
author | Juergen Daubert <jue@jue.li> | 2013-02-25 13:11:00 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2013-02-25 13:11:00 +0100 |
commit | fd30fdd2199da5f190b05266472b2f8dbd58df09 (patch) | |
tree | 837c1a46cfc135916a6cb2c3a2f684373a37b804 /php-fpm/Pkgfile | |
parent | 6000fdc790119cb3aaa5913c7eede964da68a4d4 (diff) | |
download | opt-fd30fdd2199da5f190b05266472b2f8dbd58df09.tar.gz opt-fd30fdd2199da5f190b05266472b2f8dbd58df09.tar.xz |
php-fpm: update to 5.4.12
Diffstat (limited to 'php-fpm/Pkgfile')
-rw-r--r-- | php-fpm/Pkgfile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/php-fpm/Pkgfile b/php-fpm/Pkgfile index 0ca562f4e..94b2e5106 100644 --- a/php-fpm/Pkgfile +++ b/php-fpm/Pkgfile @@ -1,10 +1,10 @@ # Description: FastCGI Process Manager for PHP # URL: http://www.php.net # Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: libpcre libxml2 +# Depends on: xz libpcre libxml2 name=php-fpm -version=5.4.11 +version=5.4.12 release=1 source=(http://www.php.net/distributions/php-$version.tar.bz2 php-fpm) @@ -20,7 +20,9 @@ build () { --with-config-file-scan-dir=/etc/php/conf.d \ --with-zlib \ --with-pcre-regex=/usr \ - --disable-static --disable-debug --without-pear" + --disable-static --disable-debug \ + --without-sqlite3 --without-pdo-sqlite \ + --without-pear" EXTENSION_DIR=/usr/lib/php/extensions \ ./configure \ @@ -28,7 +30,7 @@ build () { --enable-fpm \ --disable-cli \ --with-fpm-user=www \ - --with-fpm-group=www + --with-fpm-group=www make |