Blame SOURCES/openssl-1.0.1c-aliasing.patch

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