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 1QCsnA-0007Lf-MA for garchives@archives.gentoo.org; Thu, 21 Apr 2011 12:15:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57BE21C026; Thu, 21 Apr 2011 12:15:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2B6FD1C026 for ; Thu, 21 Apr 2011 12:15:21 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73A5D1B4066 for ; Thu, 21 Apr 2011 12:15:20 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 544) id 1B5B920054; Thu, 21 Apr 2011 12:15:19 +0000 (UTC) From: "Robin H. Johnson (robbat2)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, robbat2@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: mysql.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: mysql.eclass X-VCS-Directories: eclass X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson Content-Type: text/plain; charset=utf8 Message-Id: <20110421121519.1B5B920054@flycatcher.gentoo.org> Date: Thu, 21 Apr 2011 12:15: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: 114cd5ab0c0f788862d45939cfe3775b robbat2 11/04/21 12:15:19 Modified: mysql.eclass Log: Update mysql.eclass for 5.1.56 deployment. LIBDIR is for multilib. Revision Changes Path 1.159 eclass/mysql.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql.eclas= s?rev=3D1.159&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql.eclas= s?rev=3D1.159&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql.eclas= s?r1=3D1.158&r2=3D1.159 Index: mysql.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v retrieving revision 1.158 retrieving revision 1.159 diff -p -w -b -B -u -u -r1.158 -r1.159 --- mysql.eclass 28 Mar 2011 22:36:13 -0000 1.158 +++ mysql.eclass 21 Apr 2011 12:15:19 -0000 1.159 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.158 2011/03/2= 8 22:36:13 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.159 2011/04/2= 1 12:15:19 robbat2 Exp $ =20 # @ECLASS: mysql.eclass # @MAINTAINER: @@ -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 !!!