commit 7f06b05087dc47d79682998ad62ac5688cb602a6
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Aug 2 07:54:41 2020 +0100
Disable LTO
vlc.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/vlc.spec b/vlc.spec
index 7eb0713..ef17df8 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -342,6 +342,9 @@ touch src/revision.txt
%build
+%if 0%{?fedora} > 32
+%define _lto_cflags %{nil}
+%endif
%if 0%{?el7}
. /opt/rh/devtoolset-%{dts_ver}/enable
%endif
Show replies by date