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 | 839c8811a19e93e77b2c252505408cf6b034cad3 (patch) | |
tree | 3f466e1c9599cc52b29d84130a06e0f5961d29a8 /eclass/php5_2-sapi.eclass | |
parent | remove doc/BUGS from doc installation (diff) | |
download | gentoo-2-839c8811a19e93e77b2c252505408cf6b034cad3.tar.gz gentoo-2-839c8811a19e93e77b2c252505408cf6b034cad3.tar.bz2 gentoo-2-839c8811a19e93e77b2c252505408cf6b034cad3.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 |