Re-enable the parallel make
Seems to work fine now and speeds up the builds a lot.
This commit is contained in:
parent
76fbf2aed9
commit
0a99b44987
@ -145,7 +145,7 @@ widget toolkit.
|
|||||||
# fight unused direct deps
|
# fight unused direct deps
|
||||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||||
|
|
||||||
make # %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT \
|
make install DESTDIR=$RPM_BUILD_ROOT \
|
||||||
|
Loading…
Reference in New Issue
Block a user