sys-fs/dd-rescue: fix tests under GCC 10
authorThomas Deutschmann <whissi@gentoo.org>
Sun, 3 May 2020 19:30:44 +0000 (21:30 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sun, 3 May 2020 19:51:37 +0000 (21:51 +0200)
Closes: https://bugs.gentoo.org/707796
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
sys-fs/dd-rescue/dd-rescue-1.99.8.ebuild

index 59957af5e23c052b42cba0accd7ad9c076ad4fc5..85a5845b25090915f793d5c63be7a40f8d480bd8 100644 (file)
@@ -91,6 +91,7 @@ src_compile() {
 }
 
 src_test() {
+       append-cflags -fcommon # bug 707796
        _emake check
 }