From 8e6e5c1becdd610cd9206bbdcf5616ce4b43e0f1 Mon Sep 17 00:00:00 2001 From: Pol Rius Date: Wed, 28 Jul 2021 15:03:21 +0200 Subject: [PATCH] Disable lto build (fedora) --- fedora/OpenRGB.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora/OpenRGB.spec b/fedora/OpenRGB.spec index 7203922a..98f5636b 100644 --- a/fedora/OpenRGB.spec +++ b/fedora/OpenRGB.spec @@ -22,7 +22,7 @@ cp %{_sourcedir}/%{_name}/* %{_builddir} -r %build cd %{_builddir} -%qmake_qt5 PREFIX=%{_prefix} +/usr/lib64/qt5/bin/qmake PREFIX=%{_prefix} %make_build %install