Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Use %_smp_mflags instead of %jobs in .spec
  • Loading branch information
martyone committed May 10, 2018
1 parent 6d91f87 commit 1f8301b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/statefs-qt5.spec
Expand Up @@ -85,7 +85,7 @@ Requires: %{name} = %{version}-%{release}

%build
%cmake -DVERSION=%{version} %{?_with_multiarch:-DENABLE_MULTIARCH=ON}
make %{?jobs:-j%jobs}
make %{?_smp_mflags}
make doc

%install
Expand Down

0 comments on commit 1f8301b

Please sign in to comment.