Navigation Menu

Skip to content

Commit

Permalink
[rpmbuild] Use _smp_mflags instead of jobs macro. MER#1749
Browse files Browse the repository at this point in the history
The "jobs" macro is non-standard and won't use multiple cores when
building under mb2.

Signed-off-by: Simo Piiroinen <simo.piiroinen@jollamobile.com>
  • Loading branch information
spiiroin committed Feb 7, 2017
1 parent 461ef56 commit 4b0a08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/sensorfw-qt5-hybris.spec
Expand Up @@ -46,7 +46,7 @@ export QT_SELECT=5

%qmake5 CONFIG+=hybris

make %{?jobs:-j%jobs}
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
Expand Down

0 comments on commit 4b0a08b

Please sign in to comment.