Former build doesn't work. Forgotten to turn off smp_flags
This commit is contained in:
parent
f2e1925fe6
commit
8fb1abdbab
11
qgis.spec
11
qgis.spec
|
@ -4,7 +4,7 @@
|
|||
|
||||
Name: qgis
|
||||
Version: 1.6.0
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: A user friendly Open Source Geographic Information System
|
||||
|
||||
Group: Applications/Engineering
|
||||
|
@ -27,7 +27,6 @@ BuildRequires: gdal-devel
|
|||
BuildRequires: geos-devel
|
||||
BuildRequires: gsl-devel
|
||||
BuildRequires: postgresql-devel
|
||||
BuildRequires: libspatialite-devel
|
||||
BuildRequires: proj-devel
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: chrpath
|
||||
|
@ -126,8 +125,8 @@ GRASS_PREFIX=%{_libdir}
|
|||
|
||||
# Parallel make leads to race conditions with PYQT4_WRAP_UI
|
||||
# https://trac.osgeo.org/qgis/ticket/2880
|
||||
make %{?_smp_mflags}
|
||||
#make
|
||||
#make %{?_smp_mflags}
|
||||
make
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
|
@ -221,6 +220,10 @@ rm -rf %{buildroot}
|
|||
|
||||
%changelog
|
||||
|
||||
* Wed Feb 02 2011 Volker Fröhlich <volker27@gmx.at> - 1.6.0-5
|
||||
- Remove libspatialite BR
|
||||
- Forgot to turn off smp-flags
|
||||
|
||||
* Wed Feb 02 2011 Volker Fröhlich <volker27@gmx.at> - 1.6.0-4
|
||||
- Patch for SIP 4.12
|
||||
- Changed path for QGIS mapserver
|
||||
|
|
Reference in New Issue
Block a user