Use parallel make
... so it doesn't take forever to build.
This commit is contained in:
parent
991adceab7
commit
f79367c83f
@ -76,7 +76,7 @@ automatically unlock the "login" keyring when the user logs in.
|
||||
# avoid unneeded direct dependencies
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
|
||||
|
||||
make #%%{?_smp_mflags}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
Loading…
Reference in New Issue
Block a user