projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1709e2
)
sys-fs/dd-rescue: fix tests under GCC 10
author
Thomas Deutschmann
<whissi@gentoo.org>
Sun, 3 May 2020 19:30:44 +0000
(21:30 +0200)
committer
Thomas 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
patch
|
blob
|
history
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 59957af5e23c052b42cba0accd7ad9c076ad4fc5..85a5845b25090915f793d5c63be7a40f8d480bd8 100644
(file)
--- 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
}