diff options
Diffstat (limited to 'databases/mysql57-client')
| -rw-r--r-- | databases/mysql57-client/files/patch-libmysql_authentication__ldap_CMakeLists.txt | 11 | ||||
| -rw-r--r-- | databases/mysql57-client/files/patch-mysys_mf__iocache2.c | 10 | 
2 files changed, 10 insertions, 11 deletions
diff --git a/databases/mysql57-client/files/patch-libmysql_authentication__ldap_CMakeLists.txt b/databases/mysql57-client/files/patch-libmysql_authentication__ldap_CMakeLists.txt deleted file mode 100644 index 843885b37cc7..000000000000 --- a/databases/mysql57-client/files/patch-libmysql_authentication__ldap_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- libmysql/authentication_ldap/CMakeLists.txt.orig	2018-03-04 13:40:40 UTC -+++ libmysql/authentication_ldap/CMakeLists.txt -@@ -54,7 +54,7 @@ ENDIF() - IF (CMAKE_SYSTEM_NAME MATCHES "SunOS") -   SET(SASL_LIBRARY "sasl") - ELSEIF(CMAKE_SYSTEM_NAME MATCHES "FreeBSD") --  SET(SASL_LIBRARY "-L/usr/local/lib -R/usr/local/lib -lsasl2") -+  SET(SASL_LIBRARY "-L/usr/local/lib -rpath /usr/local/lib -lsasl2") - ELSE() -   SET(SASL_LIBRARY "sasl2") - ENDIF () diff --git a/databases/mysql57-client/files/patch-mysys_mf__iocache2.c b/databases/mysql57-client/files/patch-mysys_mf__iocache2.c new file mode 100644 index 000000000000..10663953a1d5 --- /dev/null +++ b/databases/mysql57-client/files/patch-mysys_mf__iocache2.c @@ -0,0 +1,10 @@ +--- mysys/mf_iocache2.c.orig	2018-10-28 11:22:04 UTC ++++ mysys/mf_iocache2.c +@@ -19,6 +19,7 @@ +  + #include "mysys_priv.h" + #include "my_sys.h" ++#include "mysql/psi/mysql_file.h" + #include <m_string.h> + #include <stdarg.h> + #include <m_ctype.h>  | 
