From 0e86e81b9953f2b86a9fdbaf17ef79db2962b9b7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 21 Apr 2015 20:53:10 -0500 Subject: [PATCH] use %{qmake_qt5} macro in no_sse2 builds too --- qt5-qtdeclarative.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt5-qtdeclarative.spec b/qt5-qtdeclarative.spec index cf3d6e8..eb409e8 100644 --- a/qt5-qtdeclarative.spec +++ b/qt5-qtdeclarative.spec @@ -92,7 +92,7 @@ make %{?_smp_mflags} -C %{_target_platform} # build libQt5Qml with no_sse2 mkdir -p %{_target_platform}-no_sse2 pushd %{_target_platform}-no_sse2 -%{_qt5_qmake} -config no_sse2 .. +%{qmake_qt5} -config no_sse2 .. make sub-src-clean make %{?_smp_mflags} -C src/qml popd