mysql80: init at 8.0.17 (#65221)

MySQL 8.0 is a significant iteration after MySQL 5.7.  This patch adds it as
a parallel build alongside mysql57 (similar to mysql56 and mysql55 before).
This commit is contained in:
Tim Otten
2019-08-13 12:50:52 -07:00
committed by Orivej Desh (NixOS)
parent a3bf0c2e40
commit dae42566db
4 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
--- a/cmake/libutils.cmake
+++ b/cmake/libutils.cmake
@@ -345 +345 @@ MACRO(MERGE_CONVENIENCE_LIBRARIES)
- COMMAND /usr/bin/libtool -static -o $<TARGET_FILE:${TARGET}>
+ COMMAND libtool -static -o $<TARGET_FILE:${TARGET}>