summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2005-04-10 20:46:31 +0000
committerStuart Herbert <stuart@gentoo.org>2005-04-10 20:46:31 +0000
commitd2af8a71a4155a008a7b0edcd012f529bb431935 (patch)
tree87b4e81d8bf751641eb908a4d1763943e985b3f0 /eclass
parentmaintainer change (diff)
downloadgentoo-2-d2af8a71a4155a008a7b0edcd012f529bb431935.tar.gz
gentoo-2-d2af8a71a4155a008a7b0edcd012f529bb431935.tar.bz2
gentoo-2-d2af8a71a4155a008a7b0edcd012f529bb431935.zip
Added an addpredict for snmp support
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php-sapi.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass
index 0a2a27ba1eaa..439933785dbe 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.56 2005/03/08 13:10:13 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.57 2005/04/10 20:46:31 stuart Exp $
# Author: Robin H. Johnson <robbat2@gentoo.org>
inherit eutils flag-o-matic multilib
@@ -550,12 +550,14 @@ php-sapi_src_install() {
libdir="$(get_libdir)"
addpredict /usr/share/snmp/mibs/.index
+ addpredict /var/lib/net-snmp/
dodir /usr/bin
dodir /usr/${libdir}/php
dodir /usr/include/php
# parallel make breaks it
# so no emake here
+ einfo "Running make INSTALL_ROOT=${D} ${PHP_INSTALLTARGETS}"
make INSTALL_ROOT=${D} ${PHP_INSTALLTARGETS} || die
# install a php-config for EACH instance of php