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
1 changed files with 6 additions and 4 deletions

View File

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