[mingw-gcc] Temporary build without libgomp support (PPL update breakage)

Erik van Pienbroek epienbro at fedoraproject.org
Tue Dec 4 22:51:13 UTC 2012


commit a4d7b380244181f0df7b3f4d8b95864e7f3e2fbb
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Tue Dec 4 23:51:03 2012 +0100

    Temporary build without libgomp support (PPL update breakage)

 mingw-gcc.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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 <epienbro at fedoraproject.org> - 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 <epienbro at fedoraproject.org> - 4.7.2-4
 - Made this package compatible with RHEL6 and RHEL7
 - Build with --disable-ppl-version-check (fixes FTBFS against latest PPL)


More information about the scm-commits mailing list