diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-02-18 10:54:23 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-02-18 10:54:23 +0000 |
commit | 88ba283039ed0285e4a671f6af6b2f37c7b6ed45 (patch) | |
tree | dbd44c09182a4064b32c388a2e59b129ac9c5213 /eclass/mysql.eclass | |
parent | Fix mktemp call on Linux. Bug #88079 again. (diff) | |
download | historical-88ba283039ed0285e4a671f6af6b2f37c7b6ed45.tar.gz historical-88ba283039ed0285e4a671f6af6b2f37c7b6ed45.tar.bz2 historical-88ba283039ed0285e4a671f6af6b2f37c7b6ed45.zip |
add --with-ndb-binlog for 5.1.6
Diffstat (limited to 'eclass/mysql.eclass')
-rw-r--r-- | eclass/mysql.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 1ecd3f1517b9..c4bd4a5df194 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.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/mysql.eclass,v 1.18 2006/02/12 14:37:46 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.19 2006/02/18 10:54:23 vivo Exp $ # Author: Francesco Riosa <vivo at gentoo.org> # Maintainer: Francesco Riosa <vivo at gentoo.org> @@ -291,6 +291,8 @@ mysql_src_compile() { fi mysql_version_is_at_least "4.01.11.00" && myconf="${myconf} `use_with big-tables`" + + mysql_version_is_at_least "5.01.06.00" && myconf="${myconf} --with-ndb-binlog" else for i in ${minimal_exclude_list}; do myconf="${myconf} --without-${i}" |