Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/
Date: Sat, 10 Oct 2020 17:40:45
Message-Id: 1602351614.951df5887870696c0ff41060bce7c27192ddff69.whissi@gentoo
1 commit: 951df5887870696c0ff41060bce7c27192ddff69
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 15:59:19 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=951df588
7
8 mail-client/thunderbird: 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 mail-client/thunderbird/thunderbird-78.3.2.ebuild | 10 ++++++++++
14 1 file changed, 10 insertions(+)
15
16 diff --git a/mail-client/thunderbird/thunderbird-78.3.2.ebuild b/mail-client/thunderbird/thunderbird-78.3.2.ebuild
17 index 89ae20bf62c..72378be0591 100644
18 --- a/mail-client/thunderbird/thunderbird-78.3.2.ebuild
19 +++ b/mail-client/thunderbird/thunderbird-78.3.2.ebuild
20 @@ -480,6 +480,11 @@ src_prepare() {
21 }
22
23 src_configure() {
24 + # Show flags set at the beginning
25 + einfo "Current CFLAGS: ${CFLAGS}"
26 + einfo "Current LDFLAGS: ${LDFLAGS}"
27 + einfo "Current RUSTFLAGS: ${RUSTFLAGS}"
28 +
29 local have_switched_compiler=
30 if use clang && ! tc-is-clang ; then
31 # Force clang
32 @@ -751,6 +756,11 @@ src_configure() {
33 # Set build dir
34 mozconfig_add_options_mk 'Gentoo default' "MOZ_OBJDIR=${BUILD_DIR}"
35
36 + # Show flags we will use
37 + einfo "Build CFLAGS: ${CFLAGS}"
38 + einfo "Build LDFLAGS: ${LDFLAGS}"
39 + einfo "Build RUSTFLAGS: ${RUSTFLAGS}"
40 +
41 # Handle EXTRA_CONF and show summary
42 local ac opt hash reason