Allow multiple processes for make.
This commit is contained in:
parent
7b2d227bf9
commit
a53ae83689
@ -23,7 +23,7 @@ contains the utilities for manipulating squashfs filesystems.
|
||||
|
||||
%build
|
||||
pushd squashfs-tools
|
||||
CFLAGS="%{optflags}" make
|
||||
CFLAGS="%{optflags}" make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}/sbin %{buildroot}/usr/sbin
|
||||
|
Loading…
Reference in New Issue
Block a user