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 1QBJ66-0000Q9-Eu for garchives@archives.gentoo.org; Sun, 17 Apr 2011 03:56:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80A251C018; Sun, 17 Apr 2011 03:56:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4938C1C018 for ; Sun, 17 Apr 2011 03:56:21 +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 B5C971B404C for ; Sun, 17 Apr 2011 03:56:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D084680065 for ; Sun, 17 Apr 2011 03:56:19 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <6e9267491acc714207ecc9dc2cd89718d440bba0.jmbsvicetto@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-autotools.eclass eclass/mysql.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: 6e9267491acc714207ecc9dc2cd89718d440bba0 Date: Sun, 17 Apr 2011 03:56:19 +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: ea2c0fe8411c78abc50be3b361f36394 commit: 6e9267491acc714207ecc9dc2cd89718d440bba0 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) ge= ntoo org> AuthorDate: Sun Apr 17 03:53:01 2011 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org= > CommitDate: Sun Apr 17 03:53:01 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mysql.git;a=3D= commit;h=3D6e926749 Added eclass support for the patch to fix the hardcoded library paths. --- eclass/mysql-autotools.eclass | 1 + eclass/mysql.eclass | 3 ++- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/eclass/mysql-autotools.eclass b/eclass/mysql-autotools.eclas= s index 0895110..f0ccd66 100644 --- a/eclass/mysql-autotools.eclass +++ b/eclass/mysql-autotools.eclass @@ -591,6 +591,7 @@ mysql-autotools_src_configure() { --enable-thread-safe-client \ --with-comment=3D"Gentoo Linux ${PF}" \ --without-docs \ + --with-LIBDIR=3D"$(get_libdir)" \ ${myconf} || die "econf failed" =20 # TODO: Move this before autoreconf !!! diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 0589238..5cf3bce 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1030,7 +1030,7 @@ mysql_src_configure() { =20 # bug #283926, with GCC4.4, this is required to get correct behavior. append-flags -fno-strict-aliasing -=09 + # bug #335185, #335995, with >=3D GCC4.3.3 on x86 only, omit-frame-poin= ter # causes a mis-compile. # Upstream bugs: @@ -1052,6 +1052,7 @@ mysql_src_configure() { --enable-thread-safe-client \ --with-comment=3D"Gentoo Linux ${PF}" \ --without-docs \ + --with-LIBDIR=3D"$(get_libdir)" \ ${myconf} || die "econf failed" =20 # TODO: Move this before autoreconf !!!