diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-07-13 05:24:52 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-07-13 05:24:52 +0000 |
commit | 72472ac5f8889f63380d4a00dd2d547efab38c45 (patch) | |
tree | e617fd67ae2b3208047f78b56eccff21745d9ec1 /eclass/php5-sapi-r2.eclass | |
parent | stable on mips (diff) | |
download | gentoo-2-72472ac5f8889f63380d4a00dd2d547efab38c45.tar.gz gentoo-2-72472ac5f8889f63380d4a00dd2d547efab38c45.tar.bz2 gentoo-2-72472ac5f8889f63380d4a00dd2d547efab38c45.zip |
Patch by Richard Brown to fix bug 97989.
Diffstat (limited to 'eclass/php5-sapi-r2.eclass')
-rw-r--r-- | eclass/php5-sapi-r2.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/php5-sapi-r2.eclass b/eclass/php5-sapi-r2.eclass index d6a5b04c014e..0dabbfb55bfa 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.26 2005/07/11 15:08:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.27 2005/07/13 05:24:52 sebastian Exp $ # # eclass/php5-sapi-r2.eclass # Eclass for building different php5 SAPI instances @@ -248,7 +248,7 @@ php5-sapi-r2_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 @@ -259,7 +259,7 @@ php5-sapi-r2_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 |