From 8888b33b8897c5dc681efc9f40e70d340bafd3bc Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 15 Jul 2005 05:38:24 +0000 Subject: Install PEAR to /usr/share/php and not to /usr/share/php/php. Closes bug 99025. --- eclass/php5-sapi-r2.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/php5-sapi-r2.eclass b/eclass/php5-sapi-r2.eclass index 9d6e54ab4ee9..a327284b8bd3 100644 --- a/eclass/php5-sapi-r2.eclass +++ b/eclass/php5-sapi-r2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.31 2005/07/14 16:20:35 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.32 2005/07/15 05:38:24 sebastian Exp $ # # eclass/php5-sapi-r2.eclass # Eclass for building different php5 SAPI instances @@ -386,7 +386,7 @@ php5-sapi-r2_src_compile() { my_conf="${my_conf} --with-config-file-path=${PHP_INI_DIR}" if [ "$PHPSAPI" == "cli" ]; then - my_conf="${my_conf} --with-pear" + my_conf="${my_conf} --with-pear=/usr/share/php" else my_conf="${my_conf} --disable-cli --without-pear" fi -- cgit v1.2.3-65-gdbad