commit 750f41828c436237fc2546fb1f68d4060dedd121
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jun 16 15:06:28 2021 +0100
Disable debug for aarch64
kodi.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/kodi.spec b/kodi.spec
index 006c771..4725001 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -7,12 +7,13 @@
#global DIRVERSION %{version}-%{GITCOMMIT}
#global DIRVERSION %{version}%{PRERELEASE}
%global _hardened_build 1
-%ifarch %{arm}
+%ifarch %{arm} %{arm64}
# Disable LTO for arm, see
http://koji.rpmfusion.org/koji/taskinfo?taskID=424139
%global _lto_cflags %{nil}
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
%endif
+
# We support hte following options:
# --with,
# * dvdcss - Include DVD decryption support