summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2004-11-30 16:07:59 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2004-11-30 16:07:59 +0000
commitd9b4c8bcb732e021f11a39a3a4ba825717b42065 (patch)
tree3221acc2ef9a12d8cacd22d1fb027cde2101d209 /Makefile
parent723c8b552ef0a7b12a772d4ba070bd5f4e1c3b7d (diff)
downloadrsyslog-d9b4c8bcb732e021f11a39a3a4ba825717b42065.tar.gz
rsyslog-d9b4c8bcb732e021f11a39a3a4ba825717b42065.tar.xz
rsyslog-d9b4c8bcb732e021f11a39a3a4ba825717b42065.zip
added default templates - now config file more compatible to stock syslogd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c0e5e621..b96d6169 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