From 5856c50271b3cc00e24356c992990518e265ada9 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 20 Oct 2020 16:14:49 +0200 Subject: [PATCH] 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! --- samba.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samba.spec b/samba.spec index e872bd5..3dcf43e 100644 --- a/samba.spec +++ b/samba.spec @@ -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}