Blame SOURCES/openssl-1.0.1c-aliasing.patch

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