commit: 76d04dcb28773ce7747e307e6f5c2de7f098e861 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Tue Mar 2 19:29:57 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <jakov.smolic <AT> sartura.hr> Signed-off-by: Sam James <sam <AT> 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 \
