From 7eae1bb8f48dbc251745fe799418bbfae9af0098 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Thu, 25 Feb 2010 19:01:10 +0100 Subject: [PATCH] Passes the LFS options to cc. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 412f960..692c075 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ else OPTIMIZE_FLAG = -O2 endif -CFLAGS = -Wall -ansi -pedantic -DREVISION_NUMBER=$(REVISION_NUMBER) $(OPTIMIZE_FLAG) +CFLAGS = -Wall -ansi -pedantic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DREVISION_NUMBER=$(REVISION_NUMBER) $(OPTIMIZE_FLAG) all: dus -- 2.20.1