summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2004-12-08 17:56:27 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2004-12-08 17:56:27 +0000
commit1d9fd143b71847c2bb17d0fc3989fdd59c68dddd (patch)
tree24cefb49285855583aea1029f4fac27551d9e883 /Makefile
parent9deb0c2b787680fb958624925815b62e02bddc47 (diff)
downloadrsyslog-1d9fd143b71847c2bb17d0fc3989fdd59c68dddd.tar.gz
rsyslog-1d9fd143b71847c2bb17d0fc3989fdd59c68dddd.tar.xz
rsyslog-1d9fd143b71847c2bb17d0fc3989fdd59c68dddd.zip
version 0.8.0 beta
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4ccbf27f..abb36daf 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