From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6597F1396D0 for ; Thu, 24 Aug 2017 23:49:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE6C81FC003; Thu, 24 Aug 2017 23:49:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87F621FC003 for ; Thu, 24 Aug 2017 23:49:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 421D53415B7 for ; Thu, 24 Aug 2017 23:49:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 061DA817F for ; Thu, 24 Aug 2017 23:49:25 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1503618554.f5767b07676a55af7359f043c51349bff2b17a0a.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-56.0_beta5.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: f5767b07676a55af7359f043c51349bff2b17a0a X-VCS-Branch: master Date: Thu, 24 Aug 2017 23:49:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e7a38a4f-3d38-4709-904f-6e83434b7359 X-Archives-Hash: 61a4e50f31dea86eec71127052fb1017 commit: f5767b07676a55af7359f043c51349bff2b17a0a Author: Jory A. Pratt gentoo org> AuthorDate: Thu Aug 24 23:48:11 2017 +0000 Commit: Jory Pratt gentoo 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