From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2EFF0138A1F for ; Fri, 18 Apr 2014 15:28:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7674AE09EE; Fri, 18 Apr 2014 15:28:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 108B7E09EE for ; Fri, 18 Apr 2014 15:28:12 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28BBA340149 for ; Fri, 18 Apr 2014 15:28:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 513DF18167 for ; Fri, 18 Apr 2014 15:28:09 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1397834880.6f0435c30079826df1d7fcbf3e6419ef2a3043b9.grknight.pub@gentoo> Subject: [gentoo-commits] proj/mysql-extras:master commit in: / X-VCS-Repository: proj/mysql-extras X-VCS-Files: 00000_index.txt 20009_all_mariadb_myodbc_symbol_fix.patch X-VCS-Directories: / X-VCS-Committer: grknight.pub X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 6f0435c30079826df1d7fcbf3e6419ef2a3043b9 X-VCS-Branch: master Date: Fri, 18 Apr 2014 15:28:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b602337d-7ebf-4af6-9a9e-4e702ff69a5e X-Archives-Hash: 2e9c12221f140eebbfaf2d9741f69bb5 commit: 6f0435c30079826df1d7fcbf3e6419ef2a3043b9 Author: Brian Evans tuffmail com> AuthorDate: Fri Apr 18 15:28:00 2014 +0000 Commit: Brian Evans lavabit 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 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