Still doesn't work with smp-flags

This commit is contained in:
Volker Fröhlich 2010-11-11 18:42:11 +01:00
parent bd0f992eda
commit 4917fcee12

View File

@ -4,7 +4,7 @@
Name: qgis Name: qgis
Version: 1.6.0 Version: 1.6.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: A user friendly Open Source Geographic Information System Summary: A user friendly Open Source Geographic Information System
Group: Applications/Engineering Group: Applications/Engineering
@ -121,9 +121,8 @@ GRASS_PREFIX=%{_libdir}
. .
# Parallel make leads to race conditions with PYQT4_WRAP_UI # Parallel make leads to race conditions with PYQT4_WRAP_UI
# But let's give it a try again! #make %{?_smp_mflags}
make %{?_smp_mflags} make
#make
%install %install
rm -rf %{buildroot} rm -rf %{buildroot}
@ -225,6 +224,9 @@ rm -rf %{buildroot}
%changelog %changelog
* Thu Nov 11 2010 Volker Fröhlich <volker27@gmx.at> - 1.6.0-2
- Disabled smp-flags again
* Thu Nov 11 2010 Volker Fröhlich <volker27@gmx.at> - 1.6.0-1 * Thu Nov 11 2010 Volker Fröhlich <volker27@gmx.at> - 1.6.0-1
- Avoid rpaths in the first place - Avoid rpaths in the first place
- Dropped superfluid QWT and SIP patches - Dropped superfluid QWT and SIP patches