summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-10-13 16:58:13 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-10-13 16:58:13 +0200
commit87d6895e070ae14ebaf813c7884c8dd3210887d3 (patch)
tree20b9fb0b74cad7c94ae774fc3743298f6eb8dbde /20018_all_mysql-5.7.23-add-missing-gcc-8-fix.patch
parentAdd 20018_all_mysql-5.7.23-fix-libressl-support.patch (diff)
downloadmysql-extras-87d6895e070ae14ebaf813c7884c8dd3210887d3.tar.gz
mysql-extras-87d6895e070ae14ebaf813c7884c8dd3210887d3.tar.bz2
mysql-extras-87d6895e070ae14ebaf813c7884c8dd3210887d3.zip
Add 20018_all_mysql-5.7.23-add-missing-gcc-8-fix.patch
Bug: https://bugs.gentoo.org/662816 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to '20018_all_mysql-5.7.23-add-missing-gcc-8-fix.patch')
-rw-r--r--20018_all_mysql-5.7.23-add-missing-gcc-8-fix.patch13
1 files changed, 13 insertions, 0 deletions
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
new file mode 100644
index 0000000..0463813
--- /dev/null
+++ b/20018_all_mysql-5.7.23-add-missing-gcc-8-fix.patch
@@ -0,0 +1,13 @@
+https://bugs.gentoo.org/662816
+
+--- a/regex/CMakeLists.txt
++++ b/regex/CMakeLists.txt
+@@ -15,6 +15,8 @@
+
+ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
+
++INCLUDE(${MYSQL_CMAKE_SCRIPT_DIR}/compile_flags.cmake)
++
+ MY_CHECK_C_COMPILER_FLAG("-Wstringop-truncation" HAVE_STRINGOP_TRUNCATION)
+ IF(HAVE_STRINGOP_TRUNCATION)
+ ADD_COMPILE_FLAGS(