2018-07-02 12:45:19 +02:00
|
|
|
Index: libgcrypt-1.8.3/cipher/Makefile.am
|
2008-11-17 17:16:05 +01:00
|
|
|
===================================================================
|
2018-07-02 12:45:19 +02:00
|
|
|
--- libgcrypt-1.8.3.orig/cipher/Makefile.am
|
|
|
|
+++ libgcrypt-1.8.3/cipher/Makefile.am
|
|
|
|
@@ -128,3 +128,11 @@ tiger.o: $(srcdir)/tiger.c
|
2008-11-17 17:16:05 +01:00
|
|
|
|
2018-07-02 12:45:19 +02:00
|
|
|
tiger.lo: $(srcdir)/tiger.c
|
|
|
|
`echo $(LTCOMPILE) -c $(srcdir)/tiger.c | $(o_flag_munging) `
|
2008-11-17 17:16:05 +01:00
|
|
|
+
|
|
|
|
+# rijndael.c needs -fno-strict-aliasing
|
|
|
|
+rijndael.o: $(srcdir)/rijndael.c
|
|
|
|
+ `echo $(COMPILE) -fno-strict-aliasing -c $(srcdir)/rijndael.c`
|
|
|
|
+
|
|
|
|
+rijndael.lo: $(srcdir)/rijndael.c
|
|
|
|
+ `echo $(LTCOMPILE) -fno-strict-aliasing -c $(srcdir)/rijndael.c`
|
|
|
|
+
|