commit 76c1c308fd3a1a5543b3e7e323da1d80365916ee
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Feb 6 19:11:16 2023 +0100
Disable lto
cinelerra-gg.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/cinelerra-gg.spec b/cinelerra-gg.spec
index f30ef9a..24afe50 100644
--- a/cinelerra-gg.spec
+++ b/cinelerra-gg.spec
@@ -1,3 +1,6 @@
+# disable lto rfbz#6570
+%global _lto_cflags %nil
+
%global git_tag 2023-01
%global tag_version %(c=%{git_tag}; echo "${c}" | tr '-' '.')
Show replies by date