summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-08-07 20:56:22 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-08-07 20:56:22 +0000
commit1b08e0551a24219ce1260d7fa3cf4abd303be534 (patch)
treeeb2fcda20b4308d69aea23f58da1fa9b6f875c1a /eclass
parentdigest updates. And added framework to keep cross compiler installed after in... (diff)
downloadgentoo-2-1b08e0551a24219ce1260d7fa3cf4abd303be534.tar.gz
gentoo-2-1b08e0551a24219ce1260d7fa3cf4abd303be534.tar.bz2
gentoo-2-1b08e0551a24219ce1260d7fa3cf4abd303be534.zip
more oracle sanity checks, bug #48674.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php5-sapi.eclass10
1 files changed, 8 insertions, 2 deletions
diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass
index 9c6a79abf742..18952578ad81 100644
--- a/eclass/php5-sapi.eclass
+++ b/eclass/php5-sapi.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.16 2004/08/07 20:05:48 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.17 2004/08/07 20:56:22 robbat2 Exp $
#
# eclass/php5-sapi.eclass
# Eclass for building different php5 SAPI instances
@@ -142,7 +142,13 @@ php5-sapi_check_awkward_uses () {
eerror "You must have the ORACLE_HOME variable in your environment!"
eerror
die "Oracle configuration incorrect; user error"
-
+ fi
+
+ if useq oci8 || useq oracle7; then
+ if has_version 'dev-db/oracle-instantclient-basic'; then
+ ewarn "Please ensure you have a full install of the Oracle client."
+ ewarn "dev-db/oracle-instantclient* is NOT sufficent."
+ fi
fi
if useq dba ; then