diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-06-21 09:22:13 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-06-21 09:22:13 +0000 |
commit | 4dd08cf40589272ccd9f50c5af1e882d4a73eb5d (patch) | |
tree | 7fb3563eb4ae226b30359b7eb125b553b251c82c /Makefile | |
parent | 89c169efc7fc95b93bfa1ddaf3c7afdf0dd0657c (diff) | |
download | rsyslog-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |