Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mysql:master commit in: eclass/
Date: Fri, 26 Sep 2014 20:32:27
Message-Id: 1411763537.218fe06531ffe10a282b115cabbeded703a8241e.grknight@gentoo
1 commit: 218fe06531ffe10a282b115cabbeded703a8241e
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 26 20:32:17 2014 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 26 20:32:17 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=218fe065
7
8 [eclass] remove cmake warning from cutting bundled lzma
9
10 ---
11 eclass/mysql-cmake.eclass | 1 +
12 1 file changed, 1 insertion(+)
13
14 diff --git a/eclass/mysql-cmake.eclass b/eclass/mysql-cmake.eclass
15 index 979077d..c353e96 100644
16 --- a/eclass/mysql-cmake.eclass
17 +++ b/eclass/mysql-cmake.eclass
18 @@ -272,6 +272,7 @@ mysql-cmake_src_prepare() {
19 # Don't build bundled xz-utils
20 rm -f "${S}/storage/tokudb/ft-index/cmake_modules/TokuThirdParty.cmake"
21 touch "${S}/storage/tokudb/ft-index/cmake_modules/TokuThirdParty.cmake"
22 + sed -i 's/ build_lzma//' "${S}/storage/tokudb/ft-index/ft/CMakeLists.txt" || die
23 fi
24
25 epatch_user