summaryrefslogtreecommitdiffstats
path: root/master.make
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-10-24 16:44:14 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-10-24 16:44:14 +0000
commit0795edb76c48886a2937fb93f001a3e3b79ab962 (patch)
treeed5ab4ae22d05919b62f83a7ee67a2c4f43a3436 /master.make
parentbce77e093ba6c3fc6e4a5d18db046d6c161b06ac (diff)
downloadrsyslog-0795edb76c48886a2937fb93f001a3e3b79ab962.tar.gz
rsyslog-0795edb76c48886a2937fb93f001a3e3b79ab962.tar.xz
rsyslog-0795edb76c48886a2937fb93f001a3e3b79ab962.zip
first steps with pthread, crashes at program end
Diffstat (limited to 'master.make')
-rw-r--r--master.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/master.make b/master.make
index 3c8c1d13..4df8c5b5 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} -o syslogd syslogd.o pidfile.o template.o outchannel.o stringbuf.o srUtils.o parse.o ${LIBS}
+ ${CC} ${LDFLAGS} $(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}