commit: f5767b07676a55af7359f043c51349bff2b17a0a
Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 23:48:11 2017 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 23:49:14 2017 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=f5767b07
www-client/firefox - Remove _GNU_SOURCE append for musl support
www-client/firefox/firefox-56.0_beta5.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/www-client/firefox/firefox-56.0_beta5.ebuild
b/www-client/firefox/firefox-56.0_beta5.ebuild
index 490ce54..ca71385 100644
--- a/www-client/firefox/firefox-56.0_beta5.ebuild
+++ b/www-client/firefox/firefox-56.0_beta5.ebuild
@@ -204,9 +204,6 @@ src_configure() {
mozconfig_use_enable hardened hardening
fi
- # Need to append _GNU_SOURCE for musl support
- append-cppflags -D_GNU_SOURCE
-
# Only available on mozilla-overlay for experimentation -- Removed in
Gentoo repo per bug 571180
#use egl && mozconfig_annotate 'Enable EGL as GL provider'
--with-gl-provider=EGL