mysql: update to mysql-5.7.18

This commit is contained in:
MilhouseVH 2017-05-06 21:16:56 +01:00
parent 33b1c211ff
commit 3eddb71824
2 changed files with 8 additions and 8 deletions

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="mysql"
PKG_VERSION="5.7.17"
PKG_VERSION="5.7.18"
PKG_ARCH="any"
PKG_LICENSE="LGPL"
PKG_SITE="http://www.mysql.com"

View File

@ -1,7 +1,8 @@
diff -Naur a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
--- a/scripts/CMakeLists.txt 2016-09-21 23:16:59.461308398 -0700
+++ b/scripts/CMakeLists.txt 2016-09-21 23:23:50.606510539 -0700
@@ -14,11 +14,8 @@
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
index 1d0480b..425abb8 100644
--- a/scripts/CMakeLists.txt
+++ b/scripts/CMakeLists.txt
@@ -14,10 +14,8 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# Build comp_sql - used for embedding SQL in C or C++ programs
@ -9,9 +10,8 @@ diff -Naur a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
- ADD_EXECUTABLE(comp_sql comp_sql.c)
- TARGET_LINK_LIBRARIES(comp_sql)
-ENDIF()
-
+ADD_EXECUTABLE(comp_sql comp_sql.c)
+TARGET_LINK_LIBRARIES(comp_sql)
# Build mysql_fix_privilege_tables.sql (concatenate 2 sql scripts)
IF(NOT WIN32 OR CMAKE_CROSSCOMPILING)
# Add compiler information, for easier debugging of output from mysql_config.
SET(COMPILER_ID_AND_VERSION