spec: Use %{make_build} macro

This commit is contained in:
Timm Bäder 2020-11-03 16:13:39 +01:00
parent 730a21a590
commit 9cc177f438

View File

@ -33,7 +33,7 @@ appears on the bus.
%patch1 -p1 -b .ldflags
%build
make CC=%{__cc} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
%{make_build} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
%install
mkdir -p -m 755 %{buildroot}/sbin