Blame SOURCES/lzo-2.08-rhbz1309225.patch

789abd
diff -up lzo-2.08/include/lzo/lzodefs.h.rhbz1309225 lzo-2.08/include/lzo/lzodefs.h
789abd
--- lzo-2.08/include/lzo/lzodefs.h.rhbz1309225	2016-02-19 13:38:02.604220910 +0100
789abd
+++ lzo-2.08/include/lzo/lzodefs.h	2016-02-19 13:37:30.619073085 +0100
789abd
@@ -1686,6 +1686,10 @@ extern "C" {
789abd
 #  define __lzo_byte_struct_ma(s,n)     struct s { unsigned char a[n]; } __lzo_may_alias __attribute__((__packed__));
789abd
 #endif
789abd
 #endif
789abd
+#if (LZO_CC_GNUC >= 0x060000ul) && defined(__lzo_byte_struct_ma)
789abd
+#  undef __lzo_byte_struct
789abd
+#  define __lzo_byte_struct(s,n)        __lzo_byte_struct_ma(s,n)
789abd
+#endif
789abd
 #if defined(__lzo_byte_struct) &&  !defined(__lzo_byte_struct_ma)
789abd
 #  define __lzo_byte_struct_ma(s,n)     __lzo_byte_struct(s,n)
789abd
 #endif