aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/SPMySQLFramework/MySQL Client Libraries/Patches/001-cpp-dependency.diff
diff options
context:
space:
mode:
authorMax Lohrmann <dmoagx@users.noreply.github.com>2017-05-21 03:47:29 +0200
committerMax Lohrmann <dmoagx@users.noreply.github.com>2017-05-21 03:47:29 +0200
commit69509f9169f309486ccf4d633c1566d569aae860 (patch)
tree9be6fb782dcb4707450bcb09e5732efdac107d84 /Frameworks/SPMySQLFramework/MySQL Client Libraries/Patches/001-cpp-dependency.diff
parent764b3aea299badeedfbf2bd9e217168b7fb85e0b (diff)
downloadsequelpro-69509f9169f309486ccf4d633c1566d569aae860.tar.gz
sequelpro-69509f9169f309486ccf4d633c1566d569aae860.tar.bz2
sequelpro-69509f9169f309486ccf4d633c1566d569aae860.zip
Update MySQL client to 5.5.56 (was 5.5.42)
Diffstat (limited to 'Frameworks/SPMySQLFramework/MySQL Client Libraries/Patches/001-cpp-dependency.diff')
-rw-r--r--Frameworks/SPMySQLFramework/MySQL Client Libraries/Patches/001-cpp-dependency.diff13
1 files changed, 13 insertions, 0 deletions
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;