commit: 218fe06531ffe10a282b115cabbeded703a8241e
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 26 20:32:17 2014 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Sep 26 20:32:17 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=218fe065
[eclass] remove cmake warning from cutting bundled lzma
---
eclass/mysql-cmake.eclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/eclass/mysql-cmake.eclass b/eclass/mysql-cmake.eclass
index 979077d..c353e96 100644
--- a/eclass/mysql-cmake.eclass
+++ b/eclass/mysql-cmake.eclass
@@ -272,6 +272,7 @@ mysql-cmake_src_prepare() {
# Don't build bundled xz-utils
rm -f
"${S}/storage/tokudb/ft-index/cmake_modules/TokuThirdParty.cmake"
touch
"${S}/storage/tokudb/ft-index/cmake_modules/TokuThirdParty.cmake"
+ sed -i 's/ build_lzma//'
"${S}/storage/tokudb/ft-index/ft/CMakeLists.txt" || die
fi
epatch_user