]> git.pld-linux.org Git - packages/john.git/commitdiff
- no longer needed
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 5 Nov 2018 07:21:28 +0000 (08:21 +0100)
committerAdam Gołębiowski <adamg@pld-linux.org>
Mon, 5 Nov 2018 07:21:28 +0000 (08:21 +0100)
optflags.patch [deleted file]

diff --git a/optflags.patch b/optflags.patch
deleted file mode 100644 (file)
index 9be23c7..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
---- john-1.8.0/src/Makefile~   2014-07-12 11:00:44.000000000 +0300
-+++ john-1.8.0/src/Makefile    2014-07-12 11:05:24.241585854 +0300
-@@ -28,7 +28,7 @@
- #OMPFLAGS = -fopenmp -D_FORTIFY_SOURCE=0
- # Sun Studio with OpenMP (set the OMP_NUM_THREADS env var at runtime)
- #OMPFLAGS = -xopenmp
--CFLAGS = -c -Wall -Wdeclaration-after-statement -O2 -fomit-frame-pointer $(OMPFLAGS)
-+CFLAGS = -c $(OPTFLAGS) -Wdeclaration-after-statement -fomit-frame-pointer $(OMPFLAGS)
- # CFLAGS for use on the main john.c file only
- CFLAGS_MAIN = $(CFLAGS)
- ASFLAGS = -c $(OMPFLAGS)
-@@ -28,6 +28,7 @@
- OPT_NORMAL = -funroll-loops
- # Remove the "-Os" if you're using an ancient version of gcc
- OPT_INLINE = -Os -funroll-loops -finline-functions
-+OPTFLAGS = -Wall -O2
- JOHN_OBJS = \
-       DES_fmt.o DES_std.o DES_bs.o DES_bs_b.o \
This page took 0.054617 seconds and 4 git commands to generate.