From 9ad1a598d3df70974fdb3ec441bc68800a8d05a5 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mon, 5 May 2008 20:14:19 +0000 Subject: [PATCH] Remove --enable-threadsafe, incompatible with --enable-cxx and --enable-fortran CVS: ---------------------------------------------------------------------- --- hdf5.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hdf5.spec b/hdf5.spec index 2af0ac4..e84efa3 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -61,8 +61,8 @@ export CXX=g++ export F9X=gfortran # Must turn of production mode to preserve -g during compile %configure --enable-production=no --enable-debug=no \ - --enable-cxx --enable-fortran --enable-threadsafe \ - --with-pthread --with-ssl + --enable-cxx --enable-fortran \ + --with-ssl #Multiarch header %ifarch x86_64 ppc64 ia64 s390 cp src/H5pubconf.h \ @@ -159,6 +159,8 @@ rm -rf $RPM_BUILD_ROOT %changelog * Mon May 5 2008 Orion Poplawski 1.8.0.snap5-1 - Update to 1.8.0-snap5 +- Remove --enable-threadsafe, incompatible with --enable-cxx and + --enable-fortran * Tue Mar 4 2008 Orion Poplawski 1.8.0-2 - Remove failing test for now