diff options
author | 2005-07-17 16:01:24 +0000 | |
---|---|---|
committer | 2005-07-17 16:01:24 +0000 | |
commit | 947c5b632fd2bc4ac9702e0a4da9e60e04223d0f (patch) | |
tree | d820e4952880e84ba42e168c9a5f7b37036f3fb4 /eclass/php5-sapi-r2.eclass | |
parent | ~ppc-macos Keyword. Bug 94202 (diff) | |
download | gentoo-2-947c5b632fd2bc4ac9702e0a4da9e60e04223d0f.tar.gz gentoo-2-947c5b632fd2bc4ac9702e0a4da9e60e04223d0f.tar.bz2 gentoo-2-947c5b632fd2bc4ac9702e0a4da9e60e04223d0f.zip |
Fix bug 98694.
Diffstat (limited to 'eclass/php5-sapi-r2.eclass')
-rw-r--r-- | eclass/php5-sapi-r2.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/php5-sapi-r2.eclass b/eclass/php5-sapi-r2.eclass index a327284b8bd3..34dcda806cf1 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.32 2005/07/15 05:38:24 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.33 2005/07/17 16:01:24 sebastian Exp $ # # eclass/php5-sapi-r2.eclass # Eclass for building different php5 SAPI instances @@ -490,6 +490,7 @@ 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" |