Description: removes -funroll-loops (FTBFS in arm)
 It will be conditionally set in debian/rules
Author: David Paleino <d.paleino@gmail.com>
Reviewed-By: Ruben Molina <rmolina@udea.edu.co>
Bug-Debian: http://bugs.debian.org/476460
Last-Update: 2011-01-21
Forwarded: no

Index: john-1.7.6/src/Makefile
===================================================================
--- john-1.7.6.orig/src/Makefile	2011-01-21 20:24:12.296735324 -0500
+++ john-1.7.6/src/Makefile	2011-01-21 20:24:18.541731547 -0500
@@ -22,7 +22,7 @@
 CFLAGS += -c -Wall -O2 -fomit-frame-pointer $(OMPFLAGS)
 ASFLAGS = -c $(OMPFLAGS)
 LDFLAGS += -s $(OMPFLAGS)
-OPT_NORMAL = -funroll-loops
+#OPT_NORMAL = -funroll-loops
 OPT_INLINE = -finline-functions
 
 JOHN_OBJS = \
