]> git.pld-linux.org Git - packages/john.git/commitdiff
- rediffed against jumbo-1.7.9-5 auto/th/john-1_7_9-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 31 Dec 2011 11:24:55 +0000 (11:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    john-jumbo-optflags.patch -> 1.2

john-jumbo-optflags.patch

index d8a1daa66ef2d0b7bcd6a38ff8fd9e0d8c1b2bcf..005f739fbfa657b2c123316aeccc2196fefb8b66 100644 (file)
  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
+ # Remove the "-Os" if you're using an ancient version of gcc
+ OPT_INLINE = -Os -funroll-loops -finline-functions
 +OPTFLAGS = -Wall -O2
  
- JOHN_OBJS = \
-       $(MPIOBJ) \
+ # Works with Solaris make, and GNU make
+ PLUGFORMATS_SRCS: sh =echo *_plug.c
This page took 0.042373 seconds and 4 git commands to generate.