From 4dd08cf40589272ccd9f50c5af1e882d4a73eb5d Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 21 Jun 2005 09:22:13 +0000 Subject: changed the files structure to always be a linked list this is in prepartion for further upgrades of the code --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 86d554de..c1d0c8b0 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ CC= gcc # enables the MySQL code. By default, that one is commented out # change the comment chars to activate it if you need MySQL! # In this case, also look down further to uncomment the libs -CFLAGS= $(RPM_OPT_FLAGS) -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce +CFLAGS= $(RPM_OPT_FLAGS) -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -D__LARGEFILE64 #CFLAGS= $(RPM_OPT_FLAGS) -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -DWITH_DB LDFLAGS= -s -- cgit