Use %make_build

This commit is contained in:
Xavier Bachelot 2018-12-03 16:08:56 +01:00
parent 8fc7c8dbfd
commit 421ded8cc7

View File

@ -229,7 +229,7 @@ sed -i -E -e '/^#![[:blank:]]*(\/usr\/bin\/env[[:blank:]]+python[^3]?\>)|(\/usr\
%else
%configure %{configure_args}
%endif
make %{?_smp_mflags} CFLAGS="%{optflags}"
%make_build CFLAGS="%{optflags}"
%check
make check