commit 93d2694ba0ae8f2ceab9640a4a9f22e2ba5eecd7 Author: Juergen Daubert <jue@jue.li> Date: Mon Feb 25 13:11:10 2013 +0100 php-fcgi: update to 5.4.12 diff --git a/php-fcgi/.md5sum b/php-fcgi/.md5sum index fb1c8a8..5b4c997 100644 --- a/php-fcgi/.md5sum +++ b/php-fcgi/.md5sum @@ -1,2 +1,2 @@ -9975e68c22b86b013b934743ad2d2276 php-5.4.11.tar.bz2 +5c7b614242ae12e9cacca21c8ab84818 php-5.4.12.tar.bz2 6297748058441ee6c6b88e429ee54ba1 php-fcgi diff --git a/php-fcgi/Pkgfile b/php-fcgi/Pkgfile index 10c7ece..3eb3d82 100644 --- a/php-fcgi/Pkgfile +++ b/php-fcgi/Pkgfile @@ -1,10 +1,10 @@ # Description: CGI/FastCGI version of the PHP interpreter # URL: http://www.php.net # Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: libpcre libxml2 +# Depends on: xz libpcre libxml2 name=php-fcgi -version=5.4.11 +version=5.4.12 release=1 source=(http://www.php.net/distributions/php-$version.tar.bz2 php-fcgi) @@ -18,7 +18,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 \