mod_php: fixed pear exclusion

This commit is contained in:
Juergen Daubert 2008-05-07 21:03:08 +02:00
parent 732b2545f3
commit 774852d6dc

View File

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