setup: Makefile Always enable largefile.

arekm arekm at pld-linux.org
Sun Sep 15 16:23:30 CEST 2013


Author: arekm                        Date: Sun Sep 15 14:23:30 2013 GMT
Module: setup                         Tag: HEAD
---- Log message:
Always enable largefile.

---- Files affected:
setup:
   Makefile (1.39 -> 1.40) 

---- Diffs:

================================================================
Index: setup/Makefile
diff -u setup/Makefile:1.39 setup/Makefile:1.40
--- setup/Makefile:1.39	Fri May 31 20:59:59 2013
+++ setup/Makefile	Sun Sep 15 16:23:25 2013
@@ -5,7 +5,7 @@
 
 CC		= gcc
 OPT_FLAGS	= -Wformat -Werror=format-security -fvar-tracking-assignments -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector -O2 -g2 -Wall
-CFLAGS		= $(OPT_FLAGS) -Wall
+CFLAGS		= $(OPT_FLAGS) -Wall -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64
 INSTALL		= install
 SBINDIR		= /sbin
 ETCDIR		= /etc
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/setup/Makefile?r1=1.39&r2=1.40



More information about the pld-cvs-commit mailing list