From 290072fd48501cdd440bf3bf17c8deefcf429ccf Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 7 Dec 2015 10:10:42 -0600 Subject: [PATCH] trying avoiding _smp_mflags completely --- qt5-qttools.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt5-qttools.spec b/qt5-qttools.spec index b570c59..7cd1a44 100644 --- a/qt5-qttools.spec +++ b/qt5-qttools.spec @@ -205,8 +205,8 @@ pushd %{_target_platform} %{qmake_qt5} .. # examples seem to get skipped (sometimes?), try this as a possible workaround for race-condition -- rex -make qmake_all -make %{?_smp_mflags} +make +#make %{?_smp_mflags} %if 0%{?docs} make %{?_smp_mflags} docs