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: Fri, 05 Jun 2020 10:40:38
Message-Id: 1591353184.de520cd80fa8eb3c0b1adfaecbdf2b8060c95d27.whissi@gentoo
1 commit: de520cd80fa8eb3c0b1adfaecbdf2b8060c95d27
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 5 10:31:36 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 5 10:33:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de520cd8
7
8 www-client/firefox: fix building against sys-devel/binutils-config[-native-symlinks]
9
10 Bug: https://bugs.gentoo.org/727160
11 Package-Manager: Portage-2.3.100, Repoman-2.3.22
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 www-client/firefox/firefox-68.9.0.ebuild | 1 +
15 www-client/firefox/firefox-77.0.1.ebuild | 1 +
16 2 files changed, 2 insertions(+)
17
18 diff --git a/www-client/firefox/firefox-68.9.0.ebuild b/www-client/firefox/firefox-68.9.0.ebuild
19 index e7df4802647..a4306330c0d 100644
20 --- a/www-client/firefox/firefox-68.9.0.ebuild
21 +++ b/www-client/firefox/firefox-68.9.0.ebuild
22 @@ -521,6 +521,7 @@ src_configure() {
23 # Set both --target and --host as mozilla uses python to guess values otherwise
24 mozconfig_annotate '' --target="${CHOST}"
25 mozconfig_annotate '' --host="${CBUILD:-${CHOST}}"
26 + mozconfig_annotate '' --with-toolchain-prefix="${CHOST}-"
27 if use system-libevent ; then
28 mozconfig_annotate '' --with-system-libevent="${SYSROOT}${EPREFIX}"/usr
29 fi
30
31 diff --git a/www-client/firefox/firefox-77.0.1.ebuild b/www-client/firefox/firefox-77.0.1.ebuild
32 index a596b48c52e..3b122387db5 100644
33 --- a/www-client/firefox/firefox-77.0.1.ebuild
34 +++ b/www-client/firefox/firefox-77.0.1.ebuild
35 @@ -540,6 +540,7 @@ src_configure() {
36 # Set both --target and --host as mozilla uses python to guess values otherwise
37 mozconfig_annotate '' --target="${CHOST}"
38 mozconfig_annotate '' --host="${CBUILD:-${CHOST}}"
39 + mozconfig_annotate '' --with-toolchain-prefix="${CHOST}-"
40 if use system-libevent ; then
41 mozconfig_annotate '' --with-system-libevent="${SYSROOT}${EPREFIX}"/usr
42 fi