diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2006-02-16 13:57:35 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2006-02-16 13:57:35 +0000 |
commit | 0faf9d9dbaa92266dcaa62d552b12cc922b55d9d (patch) | |
tree | 8222728e86c02d0d128aaac50963a7005ec17a8c /master.make | |
parent | 324afbb734d9e36ce474f2b549f50b8a10fb2264 (diff) | |
download | rsyslog-0faf9d9dbaa92266dcaa62d552b12cc922b55d9d.tar.gz rsyslog-0faf9d9dbaa92266dcaa62d552b12cc922b55d9d.tar.xz rsyslog-0faf9d9dbaa92266dcaa62d552b12cc922b55d9d.zip |
now it compiles under solaris, but I could not yet test it (need to find
out how to disable stock syslogd on this platform ;))
Diffstat (limited to 'master.make')
-rw-r--r-- | master.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/master.make b/master.make index 06c18f7a..aaa916ec 100644 --- a/master.make +++ b/master.make @@ -42,7 +42,7 @@ test: syslog_tst tsyslogd install: install_man install_exec syslogd: syslogd.o pidfile.o template.o stringbuf.o srUtils.o outchannel.o parse.o - ${CC} ${LDFLAGS} $(LPTHREAD) -o syslogd syslogd.o pidfile.o template.o outchannel.o stringbuf.o srUtils.o parse.o ${LIBS} + ${CC} ${LDFLAGS} ${EXTRALIB} $(LPTHREAD) -o syslogd syslogd.o pidfile.o template.o outchannel.o stringbuf.o srUtils.o parse.o ${LIBS} rfc3195d: rfc3195d.o ${CC} ${LDFLAGS} -o rfc3195d rfc3195d.o ${LIBLOGGING_BIN} |