Control: tags -1 patch

On Thu, 12 Feb 2015 10:35:21 +0000 Matthias Klose <[email protected]> wrote:
> The package fails to build in a test rebuild on at least amd64 with
> gcc-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
> severity of this report may be raised before the stretch release.

Attached is a patch which fixes this.

James
--- a/src/kmp_os.h
+++ b/src/kmp_os.h
@@ -384,7 +384,7 @@ typedef double  kmp_real64;
 
 #define KMP_EXPORT	extern	/* export declaration in guide libraries */
 
-#if __GNUC__ == 4
+#if __GNUC__ >= 4
     #define __forceinline __inline
 #endif
 

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to