diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-03-02 20:29:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-03 16:51:44 +0000 |
commit | 76d04dcb28773ce7747e307e6f5c2de7f098e861 (patch) | |
tree | 69de7978090a05118ba47e82db4bd9062ad17f0a /sys-apps/linux-misc-apps | |
parent | sci-astronomy/predict: Apply gcc-10 workaround (diff) | |
download | gentoo-76d04dcb28773ce7747e307e6f5c2de7f098e861.tar.gz gentoo-76d04dcb28773ce7747e307e6f5c2de7f098e861.tar.bz2 gentoo-76d04dcb28773ce7747e307e6f5c2de7f098e861.zip |
sys-apps/linux-misc-apps: Apply gcc-10 workaround
Closes: https://bugs.gentoo.org/734312
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/linux-misc-apps')
-rw-r--r-- | sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 c64dce76d292..2ad060b5c34c 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 \ |