2021-02-03 13:44:42 +01:00
|
|
|
Index: libgcrypt-1.9.0/cipher/Makefile.am
|
2008-11-17 17:16:05 +01:00
|
|
|
===================================================================
|
2021-02-03 13:44:42 +01:00
|
|
|
--- libgcrypt-1.9.0.orig/cipher/Makefile.am
|
|
|
|
+++ libgcrypt-1.9.0/cipher/Makefile.am
|
|
|
|
@@ -155,6 +155,12 @@ tiger.o: $(srcdir)/tiger.c Makefile
|
|
|
|
tiger.lo: $(srcdir)/tiger.c Makefile
|
|
|
|
`echo $(LTCOMPILE) -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`
|
2021-02-03 13:44:42 +01:00
|
|
|
|
|
|
|
# We need to disable instrumentation for these modules as they use cc as
|
|
|
|
# thin assembly front-end and do not tolerate in-between function calls
|