diff options
Diffstat (limited to 'eclass/php5-sapi-r2.eclass')
-rw-r--r-- | eclass/php5-sapi-r2.eclass | 6 |
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" |