diff options
author | Christian Hoffmann <hoffie@gentoo.org> | 2008-05-03 14:38:25 +0000 |
---|---|---|
committer | Christian Hoffmann <hoffie@gentoo.org> | 2008-05-03 14:38:25 +0000 |
commit | fdedce98427a076616637c669251b2d0051057bf (patch) | |
tree | c6c78e84287c430cb32b4fffd647e84c4f8f6714 /eclass/php5_2-sapi.eclass | |
parent | remove doc/BUGS from doc installation (diff) | |
download | historical-fdedce98427a076616637c669251b2d0051057bf.tar.gz historical-fdedce98427a076616637c669251b2d0051057bf.tar.bz2 historical-fdedce98427a076616637c669251b2d0051057bf.zip |
adjusting php's dba-related options as they changed from --with to --disable (bug 220076)
Diffstat (limited to 'eclass/php5_2-sapi.eclass')
-rw-r--r-- | eclass/php5_2-sapi.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/php5_2-sapi.eclass b/eclass/php5_2-sapi.eclass index c8701a78ea8c..4fd52854cc51 100644 --- a/eclass/php5_2-sapi.eclass +++ b/eclass/php5_2-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.20 2008/04/16 18:14:51 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.21 2008/05/03 14:38:25 hoffie Exp $ # ======================================================================== # Based on robbat2's work on the php4 sapi eclass @@ -486,9 +486,9 @@ php5_2-sapi_src_compile() { # DBA drivers support phpconfutils_extension_with "cdb" "cdb" 0 phpconfutils_extension_with "db4" "berkdb" 0 - phpconfutils_extension_with "flatfile" "flatfile" 0 + phpconfutils_extension_disable "flatfile" "flatfile" 0 phpconfutils_extension_with "gdbm" "gdbm" 0 - phpconfutils_extension_with "inifile" "inifile" 0 + phpconfutils_extension_disable "inifile" "inifile" 0 phpconfutils_extension_with "qdbm" "qdbm" 0 # Support for the GD graphics library |