summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhpa <hpa>2003-02-06 06:28:22 +0000
committerhpa <hpa>2003-02-06 06:28:22 +0000
commit9c962235c2798ab10f5131101adb125b1d8c72e7 (patch)
treeadf8e9ea7aa70f85d631e6b61d8ab6e85bcc6f0b /Makefile
parent02c6d2500ae67979c5be11cbdc76fdc36395cc8c (diff)
downloadsyslinux-9c962235c2798ab10f5131101adb125b1d8c72e7.tar.gz
FIX SECURITY HOLE: large offsets; environment to mount(8)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 04bc17d5..791d9f1d 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
CC = gcc
INCLUDE =
-CFLAGS = -Wall -O2 -fomit-frame-pointer
+CFLAGS = -Wall -O2 -fomit-frame-pointer -D_FILE_OFFSET_BITS=64
LDFLAGS = -O2 -s
AR = ar
RANLIB = ranlib