freebsd-ports/databases/xtrabackup/files/patch-innodb56.patch
Ruslan Makhmatkhanov 3888ae5cb3 - update to 2.1.7
- support staging

PR:		186759
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
Approved by:	Aleksandr Kuzminsky <aleksandr.kuzminsky@percona.com> (maintainer)
2014-02-18 20:58:11 +00:00

17 lines
651 B
Diff

--- patches/innodb56.patch 2014-01-23 15:59:36.000000000 +0100
+++ patches/innodb56.patch 2014-02-18 10:50:05.000000000 +0100
@@ -2687,3 +2687,14 @@
/*********************************************************************//**
Wrapper around MySQL's copy_and_convert function.
@return number of bytes copied to 'to' */
+--- a/extra/yassl/taocrypt/include/misc.hpp
++++ b/extra/yassl/taocrypt/include/misc.hpp
+@@ -124,7 +124,7 @@
+
+
+ // no gas on these systems ?, disable for now
+-#if defined(__sun__) || defined (__APPLE__)
++#if defined(__sun__) || defined (__APPLE__) || defined(__clang__)
+ #define TAOCRYPT_DISABLE_X86ASM
+ #endif
+