Re-enable the parallel make

Seems to work fine now and speeds up the builds a lot.
This commit is contained in:
Kalev Lember 2013-02-05 17:00:59 +01:00
parent 76fbf2aed9
commit 0a99b44987

View File

@ -145,7 +145,7 @@ widget toolkit.
# fight unused direct deps
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 \