diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-08-04 15:35:27 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-08-04 15:35:27 +0000 |
commit | b6c5d998a8dcac443cfa80d756e6dfc0c367d64a (patch) | |
tree | 90cd7a2fa130d693cdeaf21db871817fa64f7b37 /Makefile | |
parent | 4568079aab0fa718b3cd0f7b0e23467de40ac3ca (diff) | |
download | rsyslog-b6c5d998a8dcac443cfa80d756e6dfc0c367d64a.tar.gz rsyslog-b6c5d998a8dcac443cfa80d756e6dfc0c367d64a.tar.xz rsyslog-b6c5d998a8dcac443cfa80d756e6dfc0c367d64a.zip |
mysql connect error messages enhanced (now go to the log themselves)
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 +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 |