commit 874d31e590289e202fbaa95141428294f1e4993d
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Mon Dec 30 23:23:08 2019 -0600
Disable Debug Fission feature, creates broken debug info on Red Hat based systems
kodi.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/kodi.spec b/kodi.spec
index e978824..55c999b 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -409,6 +409,7 @@ do
-DFFMPEG_URL=%{SOURCE5} \
%endif
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DENABLE_DEBUGFISSION=OFF \
-GNinja \
-DENABLE_EVENTCLIENTS=ON \
-DENABLE_INTERNAL_CROSSGUID=OFF \
Show replies by date