]> git.pld-linux.org Git - packages/john.git/commitdiff
- new auto/th/john-1_7_8-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 3 Jul 2011 10:10:46 +0000 (10:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    john-jumbo-optflags.patch -> 1.1

john-jumbo-optflags.patch [new file with mode: 0644]

diff --git a/john-jumbo-optflags.patch b/john-jumbo-optflags.patch
new file mode 100644 (file)
index 0000000..d8a1daa
--- /dev/null
@@ -0,0 +1,19 @@
+--- john-1.7.8/src/Makefile~   2011-07-03 12:05:54.182086313 +0200
++++ john-1.7.8/src/Makefile    2011-07-03 12:06:36.707718399 +0200
+@@ -32,7 +32,7 @@
+ # icc with OpenMP (for make target linux-x86-64-icc)
+ #OMPFLAGS = -openmp
+-CFLAGS = -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include $(OMPFLAGS)
++CFLAGS = -c $(OPTFLAGS) -fomit-frame-pointer -I/usr/local/include $(OMPFLAGS)
+ # -DHAVE_SKEY
+ ASFLAGS = -c $(OMPFLAGS)
+ LDFLAGS = -s -L/usr/local/lib -L/usr/local/ssl/lib -lcrypto -lssl -lm $(OMPFLAGS)
+@@ -41,6 +41,7 @@
+ LDFLAGS_MKV = -s -lm
+ OPT_NORMAL = -funroll-loops
+ OPT_INLINE = -finline-functions
++OPTFLAGS = -Wall -O2
+ JOHN_OBJS = \
+       $(MPIOBJ) \
This page took 0.034322 seconds and 4 git commands to generate.