summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2005-07-23 05:25:50 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2005-07-23 05:25:50 +0000
commit6dd7eccad12094cba2c2cec8c3e20a22d6a79852 (patch)
tree05282801f5b3d524b99e6c7a899ff44e34089952 /eclass/php5-sapi-r2.eclass
parenttouchup code to not call strlen() so much and punt ugly C++/Java style macro (diff)
downloadgentoo-2-6dd7eccad12094cba2c2cec8c3e20a22d6a79852.tar.gz
gentoo-2-6dd7eccad12094cba2c2cec8c3e20a22d6a79852.tar.bz2
gentoo-2-6dd7eccad12094cba2c2cec8c3e20a22d6a79852.zip
Move addpredict for /etc/krb5.conf from src_install() to src_compile().
Diffstat (limited to 'eclass/php5-sapi-r2.eclass')
-rw-r--r--eclass/php5-sapi-r2.eclass6
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/php5-sapi-r2.eclass b/eclass/php5-sapi-r2.eclass
index 34dcda806cf1..ee9a807a8913 100644
--- a/eclass/php5-sapi-r2.eclass
+++ b/eclass/php5-sapi-r2.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-r2.eclass,v 1.33 2005/07/17 16:01:24 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.34 2005/07/23 05:25:50 sebastian Exp $
#
# eclass/php5-sapi-r2.eclass
# Eclass for building different php5 SAPI instances
@@ -481,6 +481,9 @@ php5-sapi-r2_src_compile() {
my_conf="${my_conf} --with-pic"
fi
+ # Bug 98694
+ addpredict /etc/krb5.conf
+
# all done
econf ${my_conf} || die "configure failed"
@@ -490,7 +493,6 @@ php5-sapi-r2_src_compile() {
php5-sapi-r2_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"