Blame SOURCES/openssl-1.0.1c-aliasing.patch

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