Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Sat, 10 Oct 2020 17:40:45
Message-Id: 1602351613.9cb276c0255dea64850dccc9db2f652924137765.whissi@gentoo
1 commit: 9cb276c0255dea64850dccc9db2f652924137765
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 15:51:27 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 17:40:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb276c0
7
8 www-client/firefox: set rpath again
9
10 Required for musl user and will make revdep-rebuild.sh happy.
11
12 Closes: https://bugs.gentoo.org/746812
13 Package-Manager: Portage-3.0.8, Repoman-3.0.1
14 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
15
16 www-client/firefox/firefox-78.3.1.ebuild | 3 +++
17 www-client/firefox/firefox-81.0.1-r1.ebuild | 3 +++
18 2 files changed, 6 insertions(+)
19
20 diff --git a/www-client/firefox/firefox-78.3.1.ebuild b/www-client/firefox/firefox-78.3.1.ebuild
21 index 09bc37ebd21..68d1fd3ca2b 100644
22 --- a/www-client/firefox/firefox-78.3.1.ebuild
23 +++ b/www-client/firefox/firefox-78.3.1.ebuild
24 @@ -747,6 +747,9 @@ src_configure() {
25 # when they would normally be larger than 2GiB.
26 append-ldflags "-Wl,--compress-debug-sections=zlib"
27
28 + # Make revdep-rebuild.sh happy; Also required for musl
29 + append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}",--enable-new-dtags
30 +
31 # Pass $MAKEOPTS to build system
32 export MOZ_MAKE_FLAGS="${MAKEOPTS}"
33
34
35 diff --git a/www-client/firefox/firefox-81.0.1-r1.ebuild b/www-client/firefox/firefox-81.0.1-r1.ebuild
36 index c7040123858..9f2968716fb 100644
37 --- a/www-client/firefox/firefox-81.0.1-r1.ebuild
38 +++ b/www-client/firefox/firefox-81.0.1-r1.ebuild
39 @@ -747,6 +747,9 @@ src_configure() {
40 # when they would normally be larger than 2GiB.
41 append-ldflags "-Wl,--compress-debug-sections=zlib"
42
43 + # Make revdep-rebuild.sh happy; Also required for musl
44 + append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}",--enable-new-dtags
45 +
46 # Pass $MAKEOPTS to build system
47 export MOZ_MAKE_FLAGS="${MAKEOPTS}"