summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-08-06 22:51:45 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-08-06 22:51:45 +0000
commitd77641f156f5de021971c704508ec39c0462e0dd (patch)
tree16d077d50f570de4a9ab49105d88aa0c2e8fe876 /eclass/php5_1-sapi.eclass
parentstable for x86 (diff)
downloadgentoo-2-d77641f156f5de021971c704508ec39c0462e0dd.tar.gz
gentoo-2-d77641f156f5de021971c704508ec39c0462e0dd.tar.bz2
gentoo-2-d77641f156f5de021971c704508ec39c0462e0dd.zip
Remove PDO-Firebird driver, broken and unmaintained upstream.
Diffstat (limited to 'eclass/php5_1-sapi.eclass')
-rw-r--r--eclass/php5_1-sapi.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/php5_1-sapi.eclass b/eclass/php5_1-sapi.eclass
index b7a414371f0d..66380f618e1a 100644
--- a/eclass/php5_1-sapi.eclass
+++ b/eclass/php5_1-sapi.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php5_1-sapi.eclass,v 1.29 2006/07/14 21:07:33 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5_1-sapi.eclass,v 1.30 2006/08/06 22:51:45 chtekk Exp $
#
# ########################################################################
#
@@ -504,7 +504,8 @@ php5_1-sapi_src_compile() {
# PDO support
if useq pdo || phpconfutils_usecheck pdo ; then
phpconfutils_extension_with "pdo-dblib" "mssql" 1
- phpconfutils_extension_with "pdo-firebird" "firebird" 1
+ # The PDO-Firebird driver is broken and unmaintained upstream
+ # phpconfutils_extension_with "pdo-firebird" "firebird" 1
phpconfutils_extension_with "pdo-mysql" "mysql" 1 "/usr"
if useq oci8 ; then
phpconfutils_extension_with "pdo-oci" "oci8" 1