Skip to content

Commit

Permalink
[spec] Use _smp_mflags instead of jobs macro.
Browse files Browse the repository at this point in the history
jobs is non-standard and won't use multiple cores when building under mb2.
  • Loading branch information
rainemak committed Jul 3, 2017
1 parent 0c42522 commit f46f2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/sociald.spec
Expand Up @@ -615,7 +615,7 @@ Automatable tests for sociald

%build
%qmake5 "DEFINES+=OUT_OF_PROCESS_PLUGIN"
make %{?jobs:-j%jobs}
make %{_smp_mflags}

%pre
rm -f /home/nemo/.cache/msyncd/sync/client/sociald.xml
Expand Down

0 comments on commit f46f2bd

Please sign in to comment.