spec: Use %{make_build} macro
This commit is contained in:
parent
730a21a590
commit
9cc177f438
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user