diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-06-28 13:43:28 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-06-28 13:43:28 +0000 |
commit | fc31836d6e30e590cec576417f290e12f6d841ee (patch) | |
tree | 2bfd41827cf1e8861fabcb97b6088e06e9d02730 /Makefile | |
parent | 1399d6bd18217aced574ce66d0b39891f7bb495d (diff) | |
download | rsyslog-fc31836d6e30e590cec576417f290e12f6d841ee.tar.gz rsyslog-fc31836d6e30e590cec576417f290e12f6d841ee.tar.xz rsyslog-fc31836d6e30e590cec576417f290e12f6d841ee.zip |
makefile cleanupv0-9-1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -11,7 +11,7 @@ CC= gcc # uncomment the following line if you would like # to DISABLE large file support (or if your compiler # does not provide this feature) -NOLARGEFILE = -DNOLARGEFILE +#NOLARGEFILE = -DNOLARGEFILE # the next two lines are essentially the same, but -DWITH_DB # enables the MySQL code. By default, that one is commented out @@ -26,7 +26,6 @@ BINDIR = /usr/sbin MANDIR = /usr/share/man # Uncomment the following to use mysql. -#LIBS = -lmysqlclient #/var/lib/mysql/mysql LIBS = -lmysqlclient -L/usr/local/lib/mysql # thid define for FreeBSD # There is one report that under an all ELF system there may be a need to @@ -38,12 +37,6 @@ LIBS = -lmysqlclient -L/usr/local/lib/mysql # thid define for FreeBSD # file system standard. FSSTND = -DFSSTND -# The following define establishes ownership for the man pages. -# Avery tells me that there is a difference between Debian and -# Slackware. Rather than choose sides I am leaving it up to the user. -MAN_OWNER = root -# MAN_OWNER = man - # The following define establishes the name of the pid file for the # rsyslogd daemon. The library include file (paths.h) defines the # name for the rsyslogd pid to be rsyslog.pid. A number of people have |