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 6F7F4138334 for ; Sat, 14 Sep 2019 20:35:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71FDCE0893; Sat, 14 Sep 2019 20:35:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 577BAE0893 for ; Sat, 14 Sep 2019 20:35:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D1B5C34B1AD for ; Sat, 14 Sep 2019 20:35:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 410A17EA for ; Sat, 14 Sep 2019 20:35:02 +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: <1568493288.579dc2f7b864d9192d0e1b8a7ee6733c7a9ac992.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-69.0-r1.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 579dc2f7b864d9192d0e1b8a7ee6733c7a9ac992 X-VCS-Branch: master Date: Sat, 14 Sep 2019 20:35:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 25511f84-5e91-4621-8e14-bc2bf4acfb68 X-Archives-Hash: 555c5ca08d2dfb70b9f07bfde9328117 commit: 579dc2f7b864d9192d0e1b8a7ee6733c7a9ac992 Author: Jory Pratt gentoo org> AuthorDate: Sat Sep 14 20:34:48 2019 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sat Sep 14 20:34:48 2019 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=579dc2f7 www-client/firefox: Fix lto builds Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jory Pratt gentoo.org> www-client/firefox/firefox-69.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/firefox/firefox-69.0-r1.ebuild b/www-client/firefox/firefox-69.0-r1.ebuild index 4e89b4f..52dfab5 100644 --- a/www-client/firefox/firefox-69.0-r1.ebuild +++ b/www-client/firefox/firefox-69.0-r1.ebuild @@ -257,7 +257,7 @@ src_unpack() { src_prepare() { use !wayland && rm -f "${WORKDIR}/firefox/2019_mozilla-bug1539471.patch" eapply "${WORKDIR}/firefox" - eapply "${FILESDIR}${PN}-69.0-lto-gcc-fix.patch" + eapply "${FILESDIR}/${PN}-69.0-lto-gcc-fix.patch" # Allow user to apply any additional patches without modifing ebuild eapply_user @@ -429,7 +429,7 @@ src_configure() { if use clang ; then # This is upstream's default mozconfig_annotate "forcing ld=lld due to USE=clang" --enable-linker=lld - elif tc-ld-is-gold || use lto ; then + elif tc-ld-is-gold ; then mozconfig_annotate "linker is set to gold" --enable-linker=gold else mozconfig_annotate "linker is set to bfd" --enable-linker=bfd