summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2005-07-13 05:24:52 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2005-07-13 05:24:52 +0000
commitcbac403c60a72ae352c40c13f9f4a4cc9dc6e804 (patch)
treef89a260cd8e0b8a65306e159cf94663b47aaa477 /eclass/php5-sapi-r3.eclass
parentstable on mips (diff)
downloadhistorical-cbac403c60a72ae352c40c13f9f4a4cc9dc6e804.tar.gz
historical-cbac403c60a72ae352c40c13f9f4a4cc9dc6e804.tar.bz2
historical-cbac403c60a72ae352c40c13f9f4a4cc9dc6e804.zip
Patch by Richard Brown to fix bug 97989.
Diffstat (limited to 'eclass/php5-sapi-r3.eclass')
-rw-r--r--eclass/php5-sapi-r3.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/php5-sapi-r3.eclass b/eclass/php5-sapi-r3.eclass
index e509c4ace1a0..756e493f98a0 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.14 2005/07/11 15:08:06 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r3.eclass,v 1.15 2005/07/13 05:24:52 sebastian Exp $
#
# ########################################################################
#
@@ -258,7 +258,7 @@ php5-sapi-r3_check_awkward_uses() {
fi
if useq odbc ; then
- enable_extension_with "unixODBC" "odbc" 1
+ enable_extension_with "unixODBC" "odbc" 1 "/usr"
enable_extension_with "adabas" "adabas" 1
enable_extension_with "birdstep" "birdstep" 1
@@ -269,7 +269,7 @@ php5-sapi-r3_check_awkward_uses() {
fi
enable_extension_with "esoob" "esoob" 1
enable_extension_with "ibm-db2" "db2" 1
- enable_extension_with "iodbc" "iodbc" 1
+ enable_extension_with "iodbc" "iodbc" 1 "/usr"
enable_extension_with "sapdb" "sapdb" 1
enable_extension_with "solid" "solid" 1
fi