Use %{?_smp_mflags} in make.
This commit is contained in:
parent
d88264bf02
commit
a916c75265
@ -147,7 +147,7 @@ find . \( -name configure -o -name config.h.in \) -print | xargs touch
|
|||||||
RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-Wall/}
|
RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-Wall/}
|
||||||
|
|
||||||
%configure CFLAGS="$RPM_OPT_FLAGS"
|
%configure CFLAGS="$RPM_OPT_FLAGS"
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
Loading…
Reference in New Issue
Block a user