From: Thomas Deutschmann Date: Sun, 3 May 2020 19:30:44 +0000 (+0200) Subject: sys-fs/dd-rescue: fix tests under GCC 10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=46d7c7230ee36483cac6464931f583dbb3dd04f8;p=gentoo.git sys-fs/dd-rescue: fix tests under GCC 10 Closes: https://bugs.gentoo.org/707796 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann --- diff --git a/sys-fs/dd-rescue/dd-rescue-1.99.8.ebuild b/sys-fs/dd-rescue/dd-rescue-1.99.8.ebuild index 59957af5e23c..85a5845b2509 100644 --- a/sys-fs/dd-rescue/dd-rescue-1.99.8.ebuild +++ b/sys-fs/dd-rescue/dd-rescue-1.99.8.ebuild @@ -91,6 +91,7 @@ src_compile() { } src_test() { + append-cflags -fcommon # bug 707796 _emake check }