|
|
241384 |
diff -up libgcrypt-1.5.2/cipher/Makefile.am.aliasing libgcrypt-1.5.2/cipher/Makefile.am
|
|
|
241384 |
--- libgcrypt-1.5.2/cipher/Makefile.am.aliasing 2013-04-18 16:49:13.000000000 +0200
|
|
|
241384 |
+++ libgcrypt-1.5.2/cipher/Makefile.am 2013-04-25 21:48:57.867465215 +0200
|
|
|
241384 |
@@ -81,3 +81,9 @@ tiger.o: $(srcdir)/tiger.c
|
|
|
241384 |
|
|
|
241384 |
tiger.lo: $(srcdir)/tiger.c
|
|
|
241384 |
`echo $(LTCOMPILE) -c $(srcdir)/tiger.c | $(o_flag_munging) `
|
|
|
241384 |
+
|
|
|
241384 |
+rijndael.o: $(srcdir)/rijndael.c
|
|
|
241384 |
+ `echo $(COMPILE) -fno-strict-aliasing -c $(srcdir)/rijndael.c `
|
|
|
241384 |
+
|
|
|
241384 |
+rijndael.lo: $(srcdir)/rijndael.c
|
|
|
241384 |
+ `echo $(LTCOMPILE) -fno-strict-aliasing -c $(srcdir)/rijndael.c `
|
|
|
241384 |
diff -up libgcrypt-1.5.2/cipher/Makefile.in.aliasing libgcrypt-1.5.2/cipher/Makefile.in
|
|
|
241384 |
--- libgcrypt-1.5.2/cipher/Makefile.in.aliasing 2013-04-18 17:06:03.000000000 +0200
|
|
|
241384 |
+++ libgcrypt-1.5.2/cipher/Makefile.in 2013-04-25 21:48:59.164493610 +0200
|
|
|
241384 |
@@ -638,6 +638,12 @@ tiger.o: $(srcdir)/tiger.c
|
|
|
241384 |
tiger.lo: $(srcdir)/tiger.c
|
|
|
241384 |
`echo $(LTCOMPILE) -c $(srcdir)/tiger.c | $(o_flag_munging) `
|
|
|
241384 |
|
|
|
241384 |
+rijndael.o: $(srcdir)/rijndael.c
|
|
|
241384 |
+ `echo $(COMPILE) -fno-strict-aliasing -c $(srcdir)/rijndael.c `
|
|
|
241384 |
+
|
|
|
241384 |
+rijndael.lo: $(srcdir)/rijndael.c
|
|
|
241384 |
+ `echo $(LTCOMPILE) -fno-strict-aliasing -c $(srcdir)/rijndael.c `
|
|
|
241384 |
+
|
|
|
241384 |
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
241384 |
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
|
241384 |
.NOEXPORT:
|
|
|
241384 |
diff -up libgcrypt-1.5.2/cipher/rijndael.c.aliasing libgcrypt-1.5.2/cipher/rijndael.c
|