commit 0f61865a6ac8614730a38b84b04ff35d0b9b5d8d
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Oct 22 15:42:44 2023 +0100
fix
cinelerra-gg.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/cinelerra-gg.spec b/cinelerra-gg.spec
index 7bdb8c8..ad142a0 100644
--- a/cinelerra-gg.spec
+++ b/cinelerra-gg.spec
@@ -1,5 +1,8 @@
# disable lto rfbz#6570
%global _lto_cflags %nil
+%if 0%{?fedora} && 0%{?fedora} >= 40
+%global optflags %(echo %{optflags} | sed 's/-Werror=implicit-function-declaration /
/')
+%endif
%global git_tag 2023-09
%global tag_version %(c=%{git_tag}; echo "${c}" | tr '-' '.')
Show replies by date