Blame SOURCES/openssl-1.0.1c-aliasing.patch

a5ef24
diff -up openssl-1.0.1c/crypto/modes/Makefile.aliasing openssl-1.0.1c/crypto/modes/Makefile
a5ef24
--- openssl-1.0.1c/crypto/modes/Makefile.aliasing	2011-08-12 00:36:17.000000000 +0200
a5ef24
+++ openssl-1.0.1c/crypto/modes/Makefile	2012-07-13 11:32:10.767829077 +0200
a5ef24
@@ -12,7 +12,7 @@ AR=		ar r
a5ef24
 
a5ef24
 MODES_ASM_OBJ=
a5ef24
 
a5ef24
-CFLAGS= $(INCLUDES) $(CFLAG)
a5ef24
+CFLAGS= $(INCLUDES) $(CFLAG) -fno-strict-aliasing
a5ef24
 ASFLAGS= $(INCLUDES) $(ASFLAG)
a5ef24
 AFLAGS= $(ASFLAGS)
a5ef24