summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2005-05-10 08:10:00 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2005-05-10 08:10:00 +0000
commit5b9f2cc20f30cd827e749688fb3f14ab9acf80c4 (patch)
treebf57a4fde08209a2372eeef23e81e84099f72608 /eclass
parentPackage-Manager: portage-2.0.51.20-r4 (diff)
downloadhistorical-5b9f2cc20f30cd827e749688fb3f14ab9acf80c4.tar.gz
historical-5b9f2cc20f30cd827e749688fb3f14ab9acf80c4.tar.bz2
historical-5b9f2cc20f30cd827e749688fb3f14ab9acf80c4.zip
Fix bug #88763.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php-sapi.eclass5
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.