From 5cc8c93c1f4294218fadb077067c1f6f59c1608f Mon Sep 17 00:00:00 2001 From: Segher Boessenkool Date: Sun, 20 Jan 2008 01:51:57 +0100 Subject: [PATCH] Support files > 2GB/4GB, for ancient systems. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a550b46..692d52d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -Wall -W -O2 +CFLAGS = -DLARGE_FILES -D_FILE_OFFSET_BITS=64 -Wall -W -O2 LDFLAGS = -lcrypto all: negentig -- 2.11.4.GIT