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 1RcvHo-0006eq-R7 for garchives@archives.gentoo.org; Tue, 20 Dec 2011 08:43:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 003C721C0B4; Tue, 20 Dec 2011 08:42:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C29D021C0C7 for ; Tue, 20 Dec 2011 08:42:43 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 167CC1B4020 for ; Tue, 20 Dec 2011 08:42:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5428580058 for ; Tue, 20 Dec 2011 08:42:41 +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: <3e6ef2b221ea60a78d4144a98fc71c28af46d91f.jmbsvicetto@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql_fx.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: 3e6ef2b221ea60a78d4144a98fc71c28af46d91f Date: Tue, 20 Dec 2011 08:42:41 +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: 2d341d60-416a-4fd3-b176-c9f20af09778 X-Archives-Hash: 400c2b4bf6eb9c1eb03d1ff194af3b5d commit: 3e6ef2b221ea60a78d4144a98fc71c28af46d91f Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) ge= ntoo org> AuthorDate: Tue Dec 20 08:35:02 2011 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org= > CommitDate: Tue Dec 20 08:35:02 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mysql.git;a=3D= commit;h=3D3e6ef2b2 Apply another "hunk" from Fabian's patch to fix prefix support in the ecl= asses. --- eclass/mysql_fx.eclass | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/eclass/mysql_fx.eclass b/eclass/mysql_fx.eclass index c7c624f..8cfb079 100644 --- a/eclass/mysql_fx.eclass +++ b/eclass/mysql_fx.eclass @@ -217,6 +217,9 @@ mysql_lib_symlinks() { (( ++maxdots )) libver=3D${libver%.*} done + libnameln=3D"${libbasename}${libsuffix}" + rm -f "${libnameln}" + ln -s "${libname}" "${libnameln}" else # elf: libname.so.x.y.z while [[ ${libnameln:0-3} !=3D '${libsuffix}' ]] && [[ ${maxdots} -l= t 6 ]] ; do