7 May
2008
7 May
'08
7:03 p.m.
commit 774852d6dc9d60bedb9fa35fc59db30b1672d221 Author: Juergen Daubert <jue@jue.li> Date: Wed May 7 21:03:08 2008 +0200 mod_php: fixed pear exclusion diff --git a/mod_php/Pkgfile b/mod_php/Pkgfile index 874ad6d..8a16ca5 100644 --- a/mod_php/Pkgfile +++ b/mod_php/Pkgfile @@ -15,7 +15,7 @@ build () { --prefix=/usr \ --with-config-file-path=/etc/php \ --with-config-file-scan-dir=/etc/php/conf.d \ - --disable-static --disable-debug --disable-pear" + --disable-static --disable-debug --without-pear" EXTENSION_DIR=/usr/lib/php/extensions \ ./configure \