summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-10-02 21:24:43 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-10-02 21:24:54 +0200
commit32a7f483a65e3e659bc977858d5edea799ab193f (patch)
tree734aafaeaee86857f010e2b774244e5f821776f2 /mail-client/thunderbird
parentwww-client/firefox: USE=debug implies --enable-debug-symbols (diff)
downloadgentoo-32a7f483a65e3e659bc977858d5edea799ab193f.tar.gz
gentoo-32a7f483a65e3e659bc977858d5edea799ab193f.tar.bz2
gentoo-32a7f483a65e3e659bc977858d5edea799ab193f.zip
mail-client/thunderbird: USE=debug implies --enable-debug-symbols
Bug: https://bugs.gentoo.org/746131 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'mail-client/thunderbird')
-rw-r--r--mail-client/thunderbird/thunderbird-78.3.1.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/mail-client/thunderbird/thunderbird-78.3.1.ebuild b/mail-client/thunderbird/thunderbird-78.3.1.ebuild
index 9590a37ffb39..70e6b9b48258 100644
--- a/mail-client/thunderbird/thunderbird-78.3.1.ebuild
+++ b/mail-client/thunderbird/thunderbird-78.3.1.ebuild
@@ -552,16 +552,10 @@ src_configure() {
mozconfig_use_enable debug
if use debug ; then
- if is-flag '-g*' ; then
- mozconfig_add_options_ac '+debug' --enable-debug-symbols=$(get-flag '-g*')
- else
- mozconfig_add_options_ac '+debug' --enable-debug-symbols
- fi
-
mozconfig_add_options_ac '+debug' --disable-optimize
else
if is-flag '-g*' ; then
- mozconfig_add_options_ac '+debug' --enable-debug-symbols=$(get-flag '-g*')
+ mozconfig_add_options_ac 'from CFLAGS' --enable-debug-symbols=$(get-flag '-g*')
else
mozconfig_add_options_ac 'Gentoo default' --disable-debug-symbols
fi