From e907fb30c965232755c92eea0d14b000c2fbaf45 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 11 Jun 2002 21:41:52 +0000 Subject: 2002-06-08 Roland McGrath * Makeconf (CPPFLAGS): Add -D_FILE_OFFSET_BITS=64. --- Makeconf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makeconf') 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. -- cgit v1.2.3