commit 7d80929ab4eb49ef1f59e9112eeeb44049b1a04a Author: Jan Palus <at...@pld-linux.org> Date: Tue Jul 22 02:02:02 2025 +0200
fix passing number of parallel jobs when building perf kernel-tools.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- diff --git a/kernel-tools.spec b/kernel-tools.spec index 574dc20..616fa82 100644 --- a/kernel-tools.spec +++ b/kernel-tools.spec @@ -489,7 +489,7 @@ CFLAGS="%{rpmcflags}" \ # perf %if %{with perf} CXXFLAGS="%{rpmcxxflags}" \ -%{__make} -j1 -C tools/perf all man \ +%{__make} -C tools/perf all man \ %ifarch %{x8664} IS_X86_64=1 \ %{!?with_multilib:NO_PERF_READ_VDSO32=1 NO_PERF_READ_VDSOX32=1} \ @@ -498,6 +498,7 @@ CXXFLAGS="%{rpmcxxflags}" \ %{!?with_libunwind:NO_LIBUNWIND=1} \ %{makeopts} \ EXTRA_CFLAGS="%{rpmcflags}" \ + JOBS=%{__jobs} \ VF=1 \ WERROR=0 \ prefix=%{_prefix} \ ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/kernel-tools.git/commitdiff/7d80929ab4eb49ef1f59e9112eeeb44049b1a04a _______________________________________________ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit