diff options
author | 2005-07-15 05:38:24 +0000 | |
---|---|---|
committer | 2005-07-15 05:38:24 +0000 | |
commit | 8b2baa0086b48d357ea2f39a56490b419af7547f (patch) | |
tree | 87763a88f0f9c7561ede38278163fb0e307d1722 /eclass | |
parent | Version bump. (diff) | |
download | historical-8b2baa0086b48d357ea2f39a56490b419af7547f.tar.gz historical-8b2baa0086b48d357ea2f39a56490b419af7547f.tar.bz2 historical-8b2baa0086b48d357ea2f39a56490b419af7547f.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.eclass | 4 |
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 |