From 9919482249467cb7a95ef03ba9e67afab7337f30 Mon Sep 17 00:00:00 2001 From: Volker Fröhlich Date: Jan 17 2017 21:55:18 +0000 Subject: Disable pthread support https://trac.osgeo.org/grass/ticket/2074 --- diff --git a/grass.spec b/grass.spec index c8f5729..558c3ab 100644 --- a/grass.spec +++ b/grass.spec @@ -3,7 +3,7 @@ Name: grass Version: 7.0.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: GRASS GIS - Geographic Resources Analysis Support System Group: Applications/Engineering @@ -114,7 +114,6 @@ CXXFLAGS="-std=c++98 ${CFLAGS}" --with-nls \ --with-readline \ --with-regex \ - --with-pthread \ --with-openmp \ --with-gdal=%{_bindir}/gdal-config \ --with-wxwidgets=%{_bindir}/wx-config \ @@ -231,6 +230,9 @@ fi %{_includedir}/%{name}/ %changelog +* Tue Jan 17 2017 Volker Froehlich - 7.0.4-6 +- Disable pthread support due to https://trac.osgeo.org/grass/ticket/2074 + * Thu Jan 12 2017 Igor Gnatenko - 7.0.4-5 - Rebuild for readline 7.x