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
commit947c5b632fd2bc4ac9702e0a4da9e60e04223d0f (patch)
treed820e4952880e84ba42e168c9a5f7b37036f3fb4 /eclass/php5-sapi-r1.eclass
parent~ppc-macos Keyword. Bug 94202 (diff)
downloadgentoo-2-947c5b632fd2bc4ac9702e0a4da9e60e04223d0f.tar.gz
gentoo-2-947c5b632fd2bc4ac9702e0a4da9e60e04223d0f.tar.bz2
gentoo-2-947c5b632fd2bc4ac9702e0a4da9e60e04223d0f.zip
Fix bug 98694.
Diffstat (limited to 'eclass/php5-sapi-r1.eclass')
-rw-r--r--eclass/php5-sapi-r1.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/php5-sapi-r1.eclass b/eclass/php5-sapi-r1.eclass
index 4c9ebcc1ab88..ec1b420face6 100644
--- a/eclass/php5-sapi-r1.eclass
+++ b/eclass/php5-sapi-r1.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-r1.eclass,v 1.17 2005/07/14 16:20:35 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r1.eclass,v 1.18 2005/07/17 16:01:24 sebastian Exp $
#
# eclass/php5-sapi-r1.eclass
# Eclass for building different php5 SAPI instances
@@ -442,6 +442,7 @@ php5-sapi-r1_src_compile() {
php5-sapi-r1_src_install() {
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"