diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-07-17 16:01:24 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-07-17 16:01:24 +0000 |
commit | 947c5b632fd2bc4ac9702e0a4da9e60e04223d0f (patch) | |
tree | d820e4952880e84ba42e168c9a5f7b37036f3fb4 /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')
-rw-r--r-- | eclass/php-sapi.eclass | 3 | ||||
-rw-r--r-- | eclass/php5-sapi-r1.eclass | 3 | ||||
-rw-r--r-- | eclass/php5-sapi-r2.eclass | 3 | ||||
-rw-r--r-- | eclass/php5-sapi-r3.eclass | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass index b95235032882..84ea8617e88c 100644 --- a/eclass/php-sapi.eclass +++ b/eclass/php-sapi.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/php-sapi.eclass,v 1.82 2005/07/14 16:20:35 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.83 2005/07/17 16:01:24 sebastian Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> inherit eutils flag-o-matic multilib libtool @@ -528,6 +528,7 @@ php-sapi_src_install() { addpredict /usr/share/snmp/mibs/.index addpredict /var/lib/net-snmp/ + addpredict /etc/krb5.conf dodir /usr/bin dodir /usr/${libdir}/php dodir /usr/include/php 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" 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" diff --git a/eclass/php5-sapi-r3.eclass b/eclass/php5-sapi-r3.eclass index 4ef676f5ed1d..398420c6f04c 100644 --- a/eclass/php5-sapi-r3.eclass +++ b/eclass/php5-sapi-r3.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-r3.eclass,v 1.19 2005/07/14 16:20:35 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r3.eclass,v 1.20 2005/07/17 16:01:24 sebastian Exp $ # # ######################################################################## # @@ -492,6 +492,7 @@ php5-sapi-r3_src_compile() { php5-sapi-r3_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" |