commit: 589b9078fc13b36c13c7469a31920ce58a5eae82
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 18 19:35:10 2014 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Nov 18 19:35:10 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=589b9078
[eclass] Disable mroonga for now. Need to look into groonga options/deps
---
eclass/mysql-cmake.eclass | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/eclass/mysql-cmake.eclass b/eclass/mysql-cmake.eclass
index c57401f..df21483 100644
--- a/eclass/mysql-cmake.eclass
+++ b/eclass/mysql-cmake.eclass
@@ -209,6 +209,14 @@ configure_cmake_standard() {
$(cmake-utils_use odbc CONNECT_WITH_ODBC)
)
fi
+
+ if mysql_version_is_at_least "10.0.15"; then
+ # Disable mroonga until the groonga options can be
analyzed
+ # Groonga is bundled in and lots of defaults and
possible dep magic
+ # It can be a package on its own
+ mycmakeargs+=( -DWITHOUT_HA_MROONGA=1 )
+ fi
+
if in_iuse galera ; then
mycmakeargs+=( $(cmake-utils_use_with galera WSREP) )
fi