2010-11-20 11:15:36 +01:00
|
|
|
Index: cipher/Makefile.am
|
|
|
|
===================================================================
|
|
|
|
--- cipher/Makefile.am.orig 2009-12-11 16:31:38.000000000 +0100
|
|
|
|
+++ cipher/Makefile.am 2010-11-19 10:53:55.818890156 +0100
|
|
|
|
@@ -80,3 +80,10 @@
|
2007-01-16 00:21:52 +01:00
|
|
|
|
|
|
|
tiger.lo: $(srcdir)/tiger.c
|
2010-11-20 11:15:36 +01:00
|
|
|
`echo $(LTCOMPILE) -c $(srcdir)/tiger.c | $(o_flag_munging) `
|
2007-01-16 00:21:52 +01:00
|
|
|
+
|
|
|
|
+# We need to build ac.c with -fno-strict-aliasing
|
|
|
|
+ac.o: $(srcdir)/ac.c
|
|
|
|
+ `echo $(COMPILE) -fno-strict-aliasing -c $(srcdir)/ac.c`
|
|
|
|
+
|
|
|
|
+ac.lo: $(srcdir)/ac.c
|
|
|
|
+ `echo $(LTCOMPILE) -fno-strict-aliasing -c $(srcdir)/ac.c`
|