summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2005-07-15 05:38:24 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2005-07-15 05:38:24 +0000
commit8888b33b8897c5dc681efc9f40e70d340bafd3bc (patch)
tree3029a1b8557d250cc1a2a63dfa57ee7b1330b5ca /eclass
parentVersion bump. (diff)
downloadgentoo-2-8888b33b8897c5dc681efc9f40e70d340bafd3bc.tar.gz
gentoo-2-8888b33b8897c5dc681efc9f40e70d340bafd3bc.tar.bz2
gentoo-2-8888b33b8897c5dc681efc9f40e70d340bafd3bc.zip
Install PEAR to /usr/share/php and not to /usr/share/php/php. Closes bug 99025.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php5-sapi-r2.eclass4
1 files changed, 2 insertions, 2 deletions
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