commit:     6f0435c30079826df1d7fcbf3e6419ef2a3043b9
Author:     Brian Evans <grknight <AT> tuffmail <DOT> com>
AuthorDate: Fri Apr 18 15:28:00 2014 +0000
Commit:     Brian Evans <grknight <AT> lavabit <DOT> com>
CommitDate: Fri Apr 18 15:28:00 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/mysql-extras.git;a=commit;h=6f0435c3

Fix myodbc compilation due to missing symbol

Signed-off-by: Brian Evans <grknight <AT> tuffmail.com>

---
 00000_index.txt                           |  7 +++++++
 20009_all_mariadb_myodbc_symbol_fix.patch | 10 ++++++++++
 2 files changed, 17 insertions(+)

diff --git a/00000_index.txt b/00000_index.txt
index dc34ce8..883b33d 100644
--- a/00000_index.txt
+++ b/00000_index.txt
@@ -1641,3 +1641,10 @@
 @pn mysql
 @pn percona-server
 @@ Backport tzinfo symlink fix from MariaDB bug 491176
+
+@patch 20009_all_mariadb_myodbc_symbol_fix.patch
+@ver 5.05.37.00 to 10.99.99.99
+@pn mariadb
+@pn mariadb-galera
+@@ Export missing symbol my_charset_latin1
+@@ MariaDB bug MDEV-6131

diff --git a/20009_all_mariadb_myodbc_symbol_fix.patch 
b/20009_all_mariadb_myodbc_symbol_fix.patch
new file mode 100644
index 0000000..1ae1c8e
--- /dev/null
+++ b/20009_all_mariadb_myodbc_symbol_fix.patch
@@ -0,0 +1,10 @@
+--- a/libmysql/CMakeLists.txt  2014-04-18 11:23:20.792196748 -0400
++++ b/libmysql/CMakeLists.txt  2014-04-18 11:01:32.743379333 -0400
+@@ -261,6 +261,7 @@
+     mysql_get_charset
+     mysql_get_charset_by_csname
+     mysql_net_realloc
++    my_charset_latin1
+ 
+     # PHP's mysqli.so requires this (via the ER() macro)
+     mysql_client_errors

Reply via email to