Use more CPUs for re-linking during the install step if possible

This commit is contained in:
Andreas Schneider 2021-08-10 15:23:24 +02:00
parent e2cae66a51
commit 9c6ca357c2
1 changed files with 2 additions and 1 deletions

View File

@ -1103,7 +1103,8 @@ pushd pidl
popd
%install
%make_install
# Do not use %%make_install, make is just a wrapper around waf in Samba!
%{__make} %{?_smp_mflags} %{_make_verbose} install DESTDIR=%{buildroot}
install -d -m 0755 %{buildroot}/usr/{sbin,bin}
install -d -m 0755 %{buildroot}%{_libdir}/security