From a4d7b380244181f0df7b3f4d8b95864e7f3e2fbb Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Tue, 4 Dec 2012 23:51:03 +0100 Subject: [PATCH] Temporary build without libgomp support (PPL update breakage) --- mingw-gcc.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mingw-gcc.spec b/mingw-gcc.spec index 7f50082..074f095 100644 --- a/mingw-gcc.spec +++ b/mingw-gcc.spec @@ -10,7 +10,7 @@ # enabled once pthreads-w32 or winpthreads is built. If enable_libgomp # is set to 1 and enable_winpthreads is set to 0 then pthreads-w32 will # be used as pthreads implementation -%global enable_libgomp 1 +%global enable_libgomp 0 # Run the testsuite %global enable_tests 0 @@ -670,6 +670,11 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/%{mingw64_target}-%{mingw64_target}-* %changelog +* Mon Dec 03 2012 Erik van Pienbroek - 4.7.2-5 +- Temporary build without libgomp support because of the broken circular + dependency between ming-gcc and mingw-pthreads which was caused by the + latest PPL update + * Mon Dec 03 2012 Erik van Pienbroek - 4.7.2-4 - Made this package compatible with RHEL6 and RHEL7 - Build with --disable-ppl-version-check (fixes FTBFS against latest PPL)