]> git.pld-linux.org Git - packages/john.git/blob - john-jumbo-optflags.patch
- jumbo patch up to 1.7.9-jumbo-6
[packages/john.git] / john-jumbo-optflags.patch
1 --- john-1.7.8/src/Makefile~    2011-07-03 12:05:54.182086313 +0200
2 +++ john-1.7.8/src/Makefile     2011-07-03 12:06:36.707718399 +0200
3 @@ -32,7 +32,7 @@
4  NSS_LDFLAGS = `pkg-config --libs nss`
5  endif
6
7 -CFLAGS = -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include $(HAVE_NSS) $(OMPFLAGS) $(JOHN_CFLAGS) $(AMDAPP)
8 +CFLAGS = -c $(OPTFLAGS) -fomit-frame-pointer -I/usr/local/include $(HAVE_NSS) $(OMPFLAGS) $(JOHN_CFLAGS) $(AMDAPP)
9  # -DHAVE_SKEY
10  # CFLAGS for use on the main john.c file only
11  CFLAGS_MAIN = $(CFLAGS)
12 @@ -41,6 +41,7 @@
13  OPT_NORMAL = -funroll-loops
14  # Remove the "-Os" if you're using an ancient version of gcc
15  OPT_INLINE = -Os -funroll-loops -finline-functions
16 +OPTFLAGS = -Wall -O2
17  
18  # Works with Solaris make, and GNU make
19  PLUGFORMATS_SRCS: sh =echo *_plug.c
This page took 0.098439 seconds and 3 git commands to generate.