freebsd-ports/sysutils/task/files/patch-ac
Kris Kennaway 1c2935fc4b The @stake Sleuth Kit (TASK) is the only open source forensic toolkit
for a complete analysis of Microsoft and UNIX file systems.  TASK
enables investigators to identify and recover evidence from images
acquired during incident response or from live systems.

Obtained from:	openbsd
2002-10-07 07:07:26 +00:00

16 lines
452 B
Plaintext

--- ./src/file/Makefile.orig Mon Oct 7 00:01:09 2002
+++ ./src/file/Makefile Mon Oct 7 00:01:51 2002
@@ -22,10 +22,9 @@
# 4. This notice may not be removed or altered.
SHELL = /bin/sh
-CC = gcc
-OPT = -O
+CC ?= gcc
DEBUG = -g
-CFLAGS = $(OPT) $(DEBUG) $(DEFS) $(DEFS_LCL)
+CFLAGS += $(DEBUG) $(DEFS) $(DEFS_LCL)
# If TASK is used with Autopsy on a CD that can be used for live
# analysis, uncomment the line below and set the TASK directory