Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/seamonkey/
Date: Tue, 12 Jul 2016 20:41:05
Message-Id: 1468356052.61c68555371e5a170044d4bc0ae91060f462f7f8.axs@gentoo
1 commit: 61c68555371e5a170044d4bc0ae91060f462f7f8
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 12 20:40:52 2016 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 12 20:40:52 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=61c68555
7
8 www-client/seamonkey-2.42.2.0: drop the doubled -Wl,-rpath linker option
9
10 www-client/seamonkey/seamonkey-2.42.2.0_p0.ebuild | 3 ---
11 1 file changed, 3 deletions(-)
12
13 diff --git a/www-client/seamonkey/seamonkey-2.42.2.0_p0.ebuild b/www-client/seamonkey/seamonkey-2.42.2.0_p0.ebuild
14 index 98d052c..5a752e1 100644
15 --- a/www-client/seamonkey/seamonkey-2.42.2.0_p0.ebuild
16 +++ b/www-client/seamonkey/seamonkey-2.42.2.0_p0.ebuild
17 @@ -201,9 +201,6 @@ src_configure() {
18 mozconfig_init
19 mozconfig_config
20
21 - # We want rpath support to prevent unneeded hacks on different libc variants
22 - append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}"
23 -
24 # It doesn't compile on alpha without this LDFLAGS
25 use alpha && append-ldflags "-Wl,--no-relax"