summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2005-07-17 16:01:24 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2005-07-17 16:01:24 +0000
commitd44af1ab76c1cfed4f40f11e766496e81c3ce699 (patch)
tree232d23b7ea2d51ae36a6b4529ae4a9b8eaf44764 /eclass/php5-sapi-r3.eclass
parent~ppc-macos Keyword. Bug 94202 (diff)
downloadhistorical-d44af1ab76c1cfed4f40f11e766496e81c3ce699.tar.gz
historical-d44af1ab76c1cfed4f40f11e766496e81c3ce699.tar.bz2
historical-d44af1ab76c1cfed4f40f11e766496e81c3ce699.zip
Fix bug 98694.
Diffstat (limited to 'eclass/php5-sapi-r3.eclass')
-rw-r--r--eclass/php5-sapi-r3.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/php5-sapi-r3.eclass b/eclass/php5-sapi-r3.eclass
index 4ef676f5ed1d..398420c6f04c 100644
--- a/eclass/php5-sapi-r3.eclass
+++ b/eclass/php5-sapi-r3.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-r3.eclass,v 1.19 2005/07/14 16:20:35 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r3.eclass,v 1.20 2005/07/17 16:01:24 sebastian Exp $
#
# ########################################################################
#
@@ -492,6 +492,7 @@ php5-sapi-r3_src_compile() {
php5-sapi-r3_src_install() {
cd ${PHP_S}
addpredict /usr/share/snmp/mibs/.index
+ addpredict /etc/krb5.conf
useq sharedext && PHP_INSTALLTARGETS="${PHP_INSTALLTARGETS} install-modules"
make INSTALL_ROOT=${D} $PHP_INSTALLTARGETS || die "install failed"