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 07B531382C5 for ; Wed, 3 Mar 2021 17:40:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 441F6E0885; Wed, 3 Mar 2021 17:40:45 +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 311F7E0885 for ; Wed, 3 Mar 2021 17:40:45 +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 54169340F2E for ; Wed, 3 Mar 2021 17:40:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17812532 for ; Wed, 3 Mar 2021 17:40:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614790304.76d04dcb28773ce7747e307e6f5c2de7f098e861.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/linux-misc-apps/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild X-VCS-Directories: sys-apps/linux-misc-apps/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 76d04dcb28773ce7747e307e6f5c2de7f098e861 X-VCS-Branch: master Date: Wed, 3 Mar 2021 17:40:40 +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: 925e58dd-d4ed-4f05-95cc-c91ea7238fe6 X-Archives-Hash: c02f5f6659146aef513ddb2d53ea871b commit: 76d04dcb28773ce7747e307e6f5c2de7f098e861 Author: Jakov Smolic sartura hr> AuthorDate: Tue Mar 2 19:29:57 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 3 16:51:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76d04dcb sys-apps/linux-misc-apps: Apply gcc-10 workaround Closes: https://bugs.gentoo.org/734312 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Sam James gentoo.org> sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild b/sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild index c64dce76d29..2ad060b5c34 100644 --- a/sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild +++ b/sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild @@ -138,6 +138,7 @@ kernel_asm_arch() { } src_configure() { + append-cflags -fcommon if use usbip; then pushd tools/usb/usbip/ || die econf \