Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mysql-extras:master commit in: /
Date: Sat, 13 Oct 2018 23:31:06
Message-Id: 1539442693.87d6895e070ae14ebaf813c7884c8dd3210887d3.whissi@gentoo
1 commit: 87d6895e070ae14ebaf813c7884c8dd3210887d3
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 13 14:58:13 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 13 14:58:13 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=87d6895e
7
8 Add 20018_all_mysql-5.7.23-add-missing-gcc-8-fix.patch
9
10 Bug: https://bugs.gentoo.org/662816
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 20018_all_mysql-5.7.23-add-missing-gcc-8-fix.patch | 13 +++++++++++++
14 1 file changed, 13 insertions(+)
15
16 diff --git a/20018_all_mysql-5.7.23-add-missing-gcc-8-fix.patch b/20018_all_mysql-5.7.23-add-missing-gcc-8-fix.patch
17 new file mode 100644
18 index 0000000..0463813
19 --- /dev/null
20 +++ b/20018_all_mysql-5.7.23-add-missing-gcc-8-fix.patch
21 @@ -0,0 +1,13 @@
22 +https://bugs.gentoo.org/662816
23 +
24 +--- a/regex/CMakeLists.txt
25 ++++ b/regex/CMakeLists.txt
26 +@@ -15,6 +15,8 @@
27 +
28 + INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
29 +
30 ++INCLUDE(${MYSQL_CMAKE_SCRIPT_DIR}/compile_flags.cmake)
31 ++
32 + MY_CHECK_C_COMPILER_FLAG("-Wstringop-truncation" HAVE_STRINGOP_TRUNCATION)
33 + IF(HAVE_STRINGOP_TRUNCATION)
34 + ADD_COMPILE_FLAGS(