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 998F51384B4 for ; Mon, 4 Jan 2016 19:17:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5E2DE086A; Mon, 4 Jan 2016 19:17:08 +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 66AEDE086A for ; Mon, 4 Jan 2016 19:17:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87FDD34085D for ; Mon, 4 Jan 2016 19:17:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9582CB0 for ; Mon, 4 Jan 2016 19:17:04 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1451935019.1d89e165849afc83515a15122b0663a924b88231.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/seamonkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/seamonkey/seamonkey-2.39.ebuild X-VCS-Directories: www-client/seamonkey/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 1d89e165849afc83515a15122b0663a924b88231 X-VCS-Branch: master Date: Mon, 4 Jan 2016 19:17:04 +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: d3a9df33-df60-4708-8369-f628e82c65ec X-Archives-Hash: c3430dc330b4d6bf3be86357bd1b7c4a commit: 1d89e165849afc83515a15122b0663a924b88231 Author: Lars Wendler gentoo org> AuthorDate: Mon Jan 4 19:16:39 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jan 4 19:16:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d89e165 www-client/seamonkey: Adopted rpath handling from firefox ebuilds. Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler gentoo.org> www-client/seamonkey/seamonkey-2.39.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www-client/seamonkey/seamonkey-2.39.ebuild b/www-client/seamonkey/seamonkey-2.39.ebuild index 628b69f..48f1fc6 100644 --- a/www-client/seamonkey/seamonkey-2.39.ebuild +++ b/www-client/seamonkey/seamonkey-2.39.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -175,6 +175,9 @@ src_configure() { mozconfig_init mozconfig_config + # We want rpath support to prevent unneeded hacks on different libc variants + append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}" + # It doesn't compile on alpha without this LDFLAGS use alpha && append-ldflags "-Wl,--no-relax"