head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.1
date	2010.09.23.02.38.24;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


1.1
log
@ccsrch is a tool that searches for and identifies unencrypted and
contiguous credit card numbers (PAN) and track data on windows and
UNIX operating systems. It will also identify the location of the
PAN data in the files and record MAC times.

WWW:	http://ccsrch.sourceforge.net/

PR:		ports/148821
Submitted by:	Pavel I Volkov <pavelivolkov at googlemail.com>
@
text
@--- Makefile.orig	2010-07-21 17:35:58.000000000 +0400
+++ Makefile	2010-07-21 17:36:21.000000000 +0400
@@@@ -29,8 +29,8 @@@@
 #
 # for *UNIX* the following tends to work
 INCL	= -I./
-CFLAGS	=-O2 -static
-#CFLAGS	=-O2 # for linux
+#CFLAGS	=-O2 -static
+CFLAGS	=-O2 # for linux
 #CFLAGS	=-DDEBUG # if you want a lot of noise
 LDFLAGS	=-s
 OBJS=  ccsrch.o
@
