From: Francois Fleuret Date: Thu, 25 Feb 2010 18:01:10 +0000 (+0100) Subject: Passes the LFS options to cc. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=dus.git;a=commitdiff_plain;h=7eae1bb8f48dbc251745fe799418bbfae9af0098 Passes the LFS options to cc. --- 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