]> git.pld-linux.org Git - projects/setup.git/commitdiff
Always enable largefile.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 15 Sep 2013 14:23:25 +0000 (14:23 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 15 Sep 2013 14:23:25 +0000 (14:23 +0000)
Changed files:
    Makefile -> 1.40

Makefile

index ac8ec9ac03bf9f7204b56bac058dd92502f1759a..01ee6442b1984f2bac68de9bd53a52b9b44357b7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ VERSION         = 2.8.5
 
 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
This page took 0.097194 seconds and 4 git commands to generate.