summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2004-12-08 10:34:01 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2004-12-08 10:34:01 +0000
commitf35c270131e5d8744d60492086486ba6cfa40fe3 (patch)
tree0300c6bea11035067df1e27b23ff51ac715d562b /Makefile
parentdbdfb25343a525b852e0954b80c5654aeb6fd175 (diff)
downloadrsyslog-f35c270131e5d8744d60492086486ba6cfa40fe3.tar.gz
rsyslog-f35c270131e5d8744d60492086486ba6cfa40fe3.tar.xz
rsyslog-f35c270131e5d8744d60492086486ba6cfa40fe3.zip
some very minor glitches fixed (mostly text)
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