From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QBYIm-0001tV-1Z for garchives@archives.gentoo.org; Sun, 17 Apr 2011 20:10:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0D031C067; Sun, 17 Apr 2011 20:10:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7F0051C050 for ; Sun, 17 Apr 2011 20:10:27 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CC451B408E for ; Sun, 17 Apr 2011 20:10:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id EB0C58006D for ; Sun, 17 Apr 2011 20:10:25 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <15998bcb1f584ce485f4899ef32d6ac69886f538.robbat2@gentoo> Subject: [gentoo-commits] proj/mysql-extras:master commit in: / X-VCS-Repository: proj/mysql-extras X-VCS-Files: 15020_all_fix_hardcoded_lib_paths.patch X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 15998bcb1f584ce485f4899ef32d6ac69886f538 Date: Sun, 17 Apr 2011 20:10:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: f2e95c924f4b8f2f184ba6b1f1cef540 commit: 15998bcb1f584ce485f4899ef32d6ac69886f538 Author: Robin H. Johnson gentoo org> AuthorDate: Sun Apr 17 20:09:49 2011 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sun Apr 17 20:09:49 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mysql-extras.= git;a=3Dcommit;h=3D15998bcb Document patch. --- 15020_all_fix_hardcoded_lib_paths.patch | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/15020_all_fix_hardcoded_lib_paths.patch b/15020_all_fix_hard= coded_lib_paths.patch index f62d1d0..3d2f112 100644 --- a/15020_all_fix_hardcoded_lib_paths.patch +++ b/15020_all_fix_hardcoded_lib_paths.patch @@ -1,3 +1,14 @@ +Multilib: Remove hardcoded lib where lib might be lib32, and lib64 is co= rrect. + +On a variety of multilib systems, /lib might not exist, or might contain +(directly or via a symlink) 32-bit library content. If the objective is = to +build a 64-bit MySQL, we need to explicitly tell mysql how to look for e= xternal +libraries. We add an option --with-LIBDIR that takes the basename for th= e +library directory to resolve this problem. + +Signed-off-by: Jorge Manuel B. S. Vicetto +Signed-off-by: Robin H. Johnson + diff -urN mysql-orig//config/ac-macros/ha_ndbcluster.m4 mysql/config/ac-= macros/ha_ndbcluster.m4 --- mysql-orig//config/ac-macros/ha_ndbcluster.m4 2011-04-17 02:29:26.66= 0000016 +0000 +++ mysql/config/ac-macros/ha_ndbcluster.m4 2011-04-17 02:33:40.29333335= 0 +0000