commit 097bf6f0e43ff2375b05b4345e8abf65684818ee Author: Juergen Daubert <jue@jue.li> Date: Mon Feb 25 13:11:34 2013 +0100 mod_php: update to 5.4.12 diff --git a/mod_php/.md5sum b/mod_php/.md5sum index c09a98e..25e27e0 100644 --- a/mod_php/.md5sum +++ b/mod_php/.md5sum @@ -1 +1 @@ -9975e68c22b86b013b934743ad2d2276 php-5.4.11.tar.bz2 +5c7b614242ae12e9cacca21c8ab84818 php-5.4.12.tar.bz2 diff --git a/mod_php/Pkgfile b/mod_php/Pkgfile index 63a9e38..48943b1 100644 --- a/mod_php/Pkgfile +++ b/mod_php/Pkgfile @@ -1,10 +1,10 @@ # Description: PHP DSO module for apache # URL: http://www.php.net # Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: apache libxml2 +# Depends on: xz apache libxml2 name=mod_php -version=5.4.11 +version=5.4.12 release=1 source=(http://www.php.net/distributions/php-$version.tar.bz2) @@ -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 \