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-r1.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-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"