diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-05-10 08:10:00 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-05-10 08:10:00 +0000 |
commit | a98b9619bbc039eb3ff30c1004ac411367e7052d (patch) | |
tree | baa69f9ff7a8ba1dbd16576d253449bfadc54436 /eclass/php-sapi.eclass | |
parent | (Portage version: 2.0.51.20-r4) (Manifest recommit) (diff) | |
download | gentoo-2-a98b9619bbc039eb3ff30c1004ac411367e7052d.tar.gz gentoo-2-a98b9619bbc039eb3ff30c1004ac411367e7052d.tar.bz2 gentoo-2-a98b9619bbc039eb3ff30c1004ac411367e7052d.zip |
Fix bug #88763.
Diffstat (limited to 'eclass/php-sapi.eclass')
-rw-r--r-- | eclass/php-sapi.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass index 0144cf2ae2da..04b249010f9e 100644 --- a/eclass/php-sapi.eclass +++ b/eclass/php-sapi.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/php-sapi.eclass,v 1.60 2005/05/09 13:43:32 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.61 2005/05/10 08:10:00 sebastian Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> inherit eutils flag-o-matic multilib @@ -500,7 +500,8 @@ php-sapi_src_compile() { php-sapi_is_providerbuild || myconf="${myconf} --without-pear" - myconf="${myconf} --libdir=/usr/${libdir}/php" + myconf="${myconf} --libdir=/usr/${libdir}/php" + myconf="${myconf} --with-pear=/usr/lib/php" # filter the following from C[XX]FLAGS regardless, as apache won't be # supporting LFS until 2.2 is released and in the tree. Fixes bug #24373. |