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: 1602351614.309fdf84e1a9ec76120a4674f773b44d2f0ee264.whissi@gentoo
1 commit: 309fdf84e1a9ec76120a4674f773b44d2f0ee264
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 15:59:56 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 17:40:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309fdf84
7
8 www-client/firefox: show flags to aid debugging
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 www-client/firefox/firefox-78.3.1.ebuild | 10 ++++++++++
14 www-client/firefox/firefox-81.0.1-r1.ebuild | 10 ++++++++++
15 2 files changed, 20 insertions(+)
16
17 diff --git a/www-client/firefox/firefox-78.3.1.ebuild b/www-client/firefox/firefox-78.3.1.ebuild
18 index 68d1fd3ca2b..99f7f8951b9 100644
19 --- a/www-client/firefox/firefox-78.3.1.ebuild
20 +++ b/www-client/firefox/firefox-78.3.1.ebuild
21 @@ -491,6 +491,11 @@ src_prepare() {
22 }
23
24 src_configure() {
25 + # Show flags set at the beginning
26 + einfo "Current CFLAGS: ${CFLAGS}"
27 + einfo "Current LDFLAGS: ${LDFLAGS}"
28 + einfo "Current RUSTFLAGS: ${RUSTFLAGS}"
29 +
30 local have_switched_compiler=
31 if use clang && ! tc-is-clang ; then
32 # Force clang
33 @@ -765,6 +770,11 @@ src_configure() {
34 # Set build dir
35 mozconfig_add_options_mk 'Gentoo default' "MOZ_OBJDIR=${BUILD_DIR}"
36
37 + # Show flags we will use
38 + einfo "Build CFLAGS: ${CFLAGS}"
39 + einfo "Build LDFLAGS: ${LDFLAGS}"
40 + einfo "Build RUSTFLAGS: ${RUSTFLAGS}"
41 +
42 # Handle EXTRA_CONF and show summary
43 local ac opt hash reason
44
45
46 diff --git a/www-client/firefox/firefox-81.0.1-r1.ebuild b/www-client/firefox/firefox-81.0.1-r1.ebuild
47 index 9f2968716fb..8ec1f4d60eb 100644
48 --- a/www-client/firefox/firefox-81.0.1-r1.ebuild
49 +++ b/www-client/firefox/firefox-81.0.1-r1.ebuild
50 @@ -491,6 +491,11 @@ src_prepare() {
51 }
52
53 src_configure() {
54 + # Show flags set at the beginning
55 + einfo "Current CFLAGS: ${CFLAGS}"
56 + einfo "Current LDFLAGS: ${LDFLAGS}"
57 + einfo "Current RUSTFLAGS: ${RUSTFLAGS}"
58 +
59 local have_switched_compiler=
60 if use clang && ! tc-is-clang ; then
61 # Force clang
62 @@ -765,6 +770,11 @@ src_configure() {
63 # Set build dir
64 mozconfig_add_options_mk 'Gentoo default' "MOZ_OBJDIR=${BUILD_DIR}"
65
66 + # Show flags we will use
67 + einfo "Build CFLAGS: ${CFLAGS}"
68 + einfo "Build LDFLAGS: ${LDFLAGS}"
69 + einfo "Build RUSTFLAGS: ${RUSTFLAGS}"
70 +
71 # Handle EXTRA_CONF and show summary
72 local ac opt hash reason