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:
committed by
Orivej Desh (NixOS)
parent
a3bf0c2e40
commit
dae42566db
5
pkgs/servers/sql/mysql/libutils.patch
Normal file
5
pkgs/servers/sql/mysql/libutils.patch
Normal 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}>
|
||||
Reference in New Issue
Block a user