diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-07-04 10:52:49 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-07-04 10:52:49 +0000 |
commit | 8ab54c554dc1576e21cdf8694063db3f96e111f1 (patch) | |
tree | b07c89a49767754b9b8d09c56c1fd6962feeefa5 /Makefile | |
parent | fc31836d6e30e590cec576417f290e12f6d841ee (diff) | |
download | rsyslog-8ab54c554dc1576e21cdf8694063db3f96e111f1.tar.gz rsyslog-8ab54c554dc1576e21cdf8694063db3f96e111f1.tar.xz rsyslog-8ab54c554dc1576e21cdf8694063db3f96e111f1.zip |
max message size set to 32k to support IHE
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -17,8 +17,8 @@ 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 $(NOLARGEFILE) -CFLAGS= $(RPM_OPT_FLAGS) -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -DWITH_DB -I/usr/local/include $(NOLARGEFILE) +CFLAGS= $(RPM_OPT_FLAGS) -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce $(NOLARGEFILE) +#CFLAGS= $(RPM_OPT_FLAGS) -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -DWITH_DB -I/usr/local/include $(NOLARGEFILE) LDFLAGS= -s INSTALL = install @@ -26,7 +26,7 @@ BINDIR = /usr/sbin MANDIR = /usr/share/man # Uncomment the following to use mysql. -LIBS = -lmysqlclient -L/usr/local/lib/mysql # thid define for FreeBSD +#LIBS = -lmysqlclient -L/usr/local/lib/mysql # There is one report that under an all ELF system there may be a need to # explicilty link with libresolv.a. If linking syslogd fails you may wish |