summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-06-11 21:41:52 +0000
committerRoland McGrath <roland@gnu.org>2002-06-11 21:41:52 +0000
commite907fb30c965232755c92eea0d14b000c2fbaf45 (patch)
tree5cf6811c3c69bf844a39956ff9f41466beed9b6c /Makeconf
parent0806760d436512c18c18f12093104c8e0904468b (diff)
2002-06-08 Roland McGrath <roland@frob.com>
* Makeconf (CPPFLAGS): Add -D_FILE_OFFSET_BITS=64.
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index 0cfa54d5..3b56d0b6 100644
--- a/Makeconf
+++ b/Makeconf
@@ -58,7 +58,8 @@ endif
# Generic compiler options, appended to whatever the particular makefile set.
# The config.make file will append the values chosed by configure.
CPPFLAGS += -I. $(srcdirinc) -I.. $(top_srcdirinc) -I$(top_srcdir)/include \
- -D_GNU_SOURCE -D_IO_MTSAFE_IO $($*-CPPFLAGS)
+ -D_GNU_SOURCE -D_IO_MTSAFE_IO -D_FILE_OFFSET_BITS=64 \
+ $($*-CPPFLAGS)
CFLAGS += -Wall -g -O3
# Include the configure-generated file of parameters.