From 774852d6dc9d60bedb9fa35fc59db30b1672d221 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Wed, 7 May 2008 21:03:08 +0200 Subject: [PATCH] mod_php: fixed pear exclusion --- mod_php/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_php/Pkgfile b/mod_php/Pkgfile index 874ad6d13..8a16ca5c7 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 \