From 529ed84fbd38e6c3c2acab2c3e24a6351968f011 Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Sun, 25 May 2014 16:59:16 +0200 Subject: [PATCH] Use winpthreads on RHEL7 --- mingw-headers.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-headers.spec b/mingw-headers.spec index fecdb9f..4ee0f37 100644 --- a/mingw-headers.spec +++ b/mingw-headers.spec @@ -12,7 +12,7 @@ # available then this flag needs to be set to 0 to avoid # a file conflict with the winpthreads headers # Winpthreads is available as of Fedora 20 -%if 0%{?fedora} >= 20 +%if 0%{?fedora} >= 20 || 0%{?rhel} >= 7 %global bundle_dummy_pthread_headers 0 %else %global bundle_dummy_pthread_headers 1