php-fpm: update to 5.4.12

This commit is contained in:
Juergen Daubert 2013-02-25 13:11:00 +01:00
parent 6000fdc790
commit fd30fdd219
2 changed files with 7 additions and 5 deletions

View File

@ -1,2 +1,2 @@
9975e68c22b86b013b934743ad2d2276 php-5.4.11.tar.bz2
5c7b614242ae12e9cacca21c8ab84818 php-5.4.12.tar.bz2
93be638b655e225b198d2a2ae69ca2fb php-fpm

View File

@ -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