summaryrefslogtreecommitdiff
path: root/security/crack/patches/patch-ac
blob: b2bdaed07eba0025c8732646b0bab2656a8845d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ac,v 1.2 2010/01/03 14:30:37 schwarz Exp $

--- src/libdes/Makefile.orig	1996-12-19 10:29:21.000000000 +0100
+++ src/libdes/Makefile	2010-01-03 15:22:36.000000000 +0100
@@ -10,7 +10,7 @@
 # If you are on a DEC Alpha, edit des.h and change the DES_LONG
 # define to 'unsigned int'.  I have seen this give a %20 speedup.
 
-OPTS0= -DRAND -DTERMIO #-DNOCONST
+OPTS0= -DRAND -DTERMIOS #-DNOCONST
 
 # Version 1.94 has changed the strings_to_key function so that it is
 # now compatible with MITs when the string is longer than 8 characters.
@@ -35,7 +35,7 @@
 
 OPTS= $(OPTS0) $(OPTS1) $(OPTS2)
 
-CC=cc
+#CC=cc
 CFLAGS= -O $(OPTS) $(CFLAG)
 
 #CC=gcc