summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Meckelein <mmeckelein@hq.adiscon.com>2004-12-08 15:51:37 +0000
committerMichael Meckelein <mmeckelein@hq.adiscon.com>2004-12-08 15:51:37 +0000
commitd7ca742bcb11ab3d68288afe08d517f6513a1b93 (patch)
treedebc84a0a4966116066d57e7cde4ecc77cdcffd1 /Makefile
parentfb7ed6d2ca2546b0a3ec851276c4521f4d26497b (diff)
downloadrsyslog-d7ca742bcb11ab3d68288afe08d517f6513a1b93.tar.gz
rsyslog-d7ca742bcb11ab3d68288afe08d517f6513a1b93.tar.xz
rsyslog-d7ca742bcb11ab3d68288afe08d517f6513a1b93.zip
Standard template for DB logging implemented.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index abb36daf..4ccbf27f 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,8 @@
CC= gcc
#CFLAGS= -g -DSYSV -Wall
LDFLAGS= -g
-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 -DWITH_DB
+#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 -DWITH_DB
LDFLAGS= -s
# Look where your install program is.
@@ -13,7 +13,7 @@ BINDIR = /usr/sbin
MANDIR = /usr/man
# Uncommenting the following to use mysql.
-#LIBS = -lmysqlclient #/var/lib/mysql/mysql
+LIBS = -lmysqlclient #/var/lib/mysql/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