summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-06-21 09:22:13 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-06-21 09:22:13 +0000
commit4dd08cf40589272ccd9f50c5af1e882d4a73eb5d (patch)
tree7fb3563eb4ae226b30359b7eb125b553b251c82c /Makefile
parent89c169efc7fc95b93bfa1ddaf3c7afdf0dd0657c (diff)
downloadrsyslog-4dd08cf40589272ccd9f50c5af1e882d4a73eb5d.tar.gz
rsyslog-4dd08cf40589272ccd9f50c5af1e882d4a73eb5d.tar.xz
rsyslog-4dd08cf40589272ccd9f50c5af1e882d4a73eb5d.zip
changed the files structure to always be a linked list this is in
prepartion for further upgrades of the code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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