commit 24a6f4e5bb62ec15e9ec9567010322bf9dbb26a8
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Aug 16 17:43:20 2020 +0100
Disable LTO for ppc64
mixxx.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/mixxx.spec b/mixxx.spec
index d38741d..66a47f3 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -1,5 +1,9 @@
%undefine __cmake_in_source_build
+%ifarch %{power64}
+%global _lto_cflags %{nil}
+%endif
+
# Optional: Package version suffix for pre-releases, e.g. "beta" or
"rc"
%global extraver beta