Skip to content

Commit f8c8a74

Browse files
committed
macros: use smp_mflags
to avoid embedding the number of CPU cores in the .src.rpm header's expanded SPEC field. See also rpm-software-management/rpm#2343 This patch was done while working on reproducible builds for openSUSE.
1 parent 36de1c6 commit f8c8a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/macros.meson

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
%meson_build \
2929
%{shrink:%{__meson} compile \
3030
-C %{_vpath_builddir} \
31-
-j %{_smp_build_ncpus} \
31+
%{_smp_mflags} \
3232
%{?__meson_verbose:--verbose} \
3333
%{nil}}
3434

0 commit comments

Comments
 (0)