You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
438 B
12 lines
438 B
diff -up openssl-1.0.1c/crypto/modes/Makefile.aliasing openssl-1.0.1c/crypto/modes/Makefile |
|
--- openssl-1.0.1c/crypto/modes/Makefile.aliasing 2011-08-12 00:36:17.000000000 +0200 |
|
+++ openssl-1.0.1c/crypto/modes/Makefile 2012-07-13 11:32:10.767829077 +0200 |
|
@@ -12,7 +12,7 @@ AR= ar r |
|
|
|
MODES_ASM_OBJ= |
|
|
|
-CFLAGS= $(INCLUDES) $(CFLAG) |
|
+CFLAGS= $(INCLUDES) $(CFLAG) -fno-strict-aliasing |
|
ASFLAGS= $(INCLUDES) $(ASFLAG) |
|
AFLAGS= $(ASFLAGS) |
|
|
|
|