From 69509f9169f309486ccf4d633c1566d569aae860 Mon Sep 17 00:00:00 2001 From: Max Lohrmann Date: Sun, 21 May 2017 03:47:29 +0200 Subject: Update MySQL client to 5.5.56 (was 5.5.42) --- .../MySQL Client Libraries/Patches/001-cpp-dependency.diff | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Frameworks/SPMySQLFramework/MySQL Client Libraries/Patches/001-cpp-dependency.diff (limited to 'Frameworks/SPMySQLFramework/MySQL Client Libraries/Patches/001-cpp-dependency.diff') diff --git a/Frameworks/SPMySQLFramework/MySQL Client Libraries/Patches/001-cpp-dependency.diff b/Frameworks/SPMySQLFramework/MySQL Client Libraries/Patches/001-cpp-dependency.diff new file mode 100644 index 00000000..06c20001 --- /dev/null +++ b/Frameworks/SPMySQLFramework/MySQL Client Libraries/Patches/001-cpp-dependency.diff @@ -0,0 +1,13 @@ +--- mysql-5.5.56-dist/extra/yassl/taocrypt/include/runtime.hpp 2017-04-27 09:12:30.000000000 +0200 ++++ mysql-5.5.56/extra/yassl/taocrypt/include/runtime.hpp 2017-05-20 23:27:14.000000000 +0200 +@@ -53,8 +53,8 @@ + #endif + + /* Disallow inline __cxa_pure_virtual() */ +-static int __cxa_pure_virtual() __attribute__((noinline, used)); +-static int __cxa_pure_virtual() ++int __cxa_pure_virtual() __attribute__((noinline, used)); ++int __cxa_pure_virtual() + { + // oops, pure virtual called! + return 0; -- cgit v1.2.3