Do not use %make_build

Samba is using waf as the build system, make is just a wrapper and sync
make output doesn't work!
This commit is contained in:
Andreas Schneider 2020-10-20 16:14:49 +02:00
parent 36b4604ec1
commit 5856c50271
1 changed files with 2 additions and 1 deletions

View File

@ -914,7 +914,8 @@ export LDFLAGS="%{__global_ldflags} -fuse-ld=gold"
--systemd-winbind-extra=%{_systemd_extra} \
--systemd-samba-extra=%{_systemd_extra}
%make_build
# Do not use %%make_build, make is just a wrapper around waf in Samba!
%{__make} %{?_smp_mflags} %{_make_verbose}
pushd pidl
%__perl Makefile.PL PREFIX=%{_prefix}