diff options
-rw-r--r-- | www-client/firefox/firefox-78.3.1.ebuild | 8 | ||||
-rw-r--r-- | www-client/firefox/firefox-81.0.1.ebuild | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/www-client/firefox/firefox-78.3.1.ebuild b/www-client/firefox/firefox-78.3.1.ebuild index b5f29994dffb..3e0f59ad97ae 100644 --- a/www-client/firefox/firefox-78.3.1.ebuild +++ b/www-client/firefox/firefox-78.3.1.ebuild @@ -557,16 +557,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 diff --git a/www-client/firefox/firefox-81.0.1.ebuild b/www-client/firefox/firefox-81.0.1.ebuild index 986291f0ae36..eb407d1a1c97 100644 --- a/www-client/firefox/firefox-81.0.1.ebuild +++ b/www-client/firefox/firefox-81.0.1.ebuild @@ -557,16 +557,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 |