Skip to content

Commit 80c5ff5

Browse files
committed
spec: fix double -j param
_smp_mflags is used for parallel builds, but we don't need them here.
1 parent 5135157 commit 80c5ff5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/mod_gearman.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ test -f configure || ./autogen.sh
4747
--with-init-dir="%{_initrddir}" \
4848
--enable-embedded-perl
4949

50-
%{__make} -j1 %{_smp_mflags}
50+
%{__make} -j1
5151

5252
%install
5353
%{__rm} -rf %{buildroot}

0 commit comments

Comments
 (0)