7 May
2008
7 May
'08
7:03 p.m.
commit 732b2545f3468ff34649ebb00b50d529416117fd Author: Juergen Daubert <jue@jue.li> Date: Wed May 7 21:02:59 2008 +0200 php-fcgi: fixed pear exclusion diff --git a/php-fcgi/Pkgfile b/php-fcgi/Pkgfile index 5d6ccfa..770403e 100644 --- a/php-fcgi/Pkgfile +++ b/php-fcgi/Pkgfile @@ -16,7 +16,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 \