summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorFrancesco Riosa <vivo@gentoo.org>2006-02-18 10:54:23 +0000
committerFrancesco Riosa <vivo@gentoo.org>2006-02-18 10:54:23 +0000
commit9ec23a44a40210ba2b2220d33d1ba8c5bc31c8de (patch)
tree1c53f7336ac4903c523c1cf2f6188426c28776f4 /eclass
parentFix mktemp call on Linux. Bug #88079 again. (diff)
downloadgentoo-2-9ec23a44a40210ba2b2220d33d1ba8c5bc31c8de.tar.gz
gentoo-2-9ec23a44a40210ba2b2220d33d1ba8c5bc31c8de.tar.bz2
gentoo-2-9ec23a44a40210ba2b2220d33d1ba8c5bc31c8de.zip
add --with-ndb-binlog for 5.1.6
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mysql.eclass4
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}"