diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-13 16:58:13 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-13 16:58:13 +0200 |
commit | 87d6895e070ae14ebaf813c7884c8dd3210887d3 (patch) | |
tree | 20b9fb0b74cad7c94ae774fc3743298f6eb8dbde | |
parent | Add 20018_all_mysql-5.7.23-fix-libressl-support.patch (diff) | |
download | mysql-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>
-rw-r--r-- | 20018_all_mysql-5.7.23-add-missing-gcc-8-fix.patch | 13 |
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( |