summaryrefslogtreecommitdiffstats
path: root/linux
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 /linux
parentbce77e093ba6c3fc6e4a5d18db046d6c161b06ac (diff)
downloadrsyslog-0795edb76c48886a2937fb93f001a3e3b79ab962.tar.gz
rsyslog-0795edb76c48886a2937fb93f001a3e3b79ab962.tar.xz
rsyslog-0795edb76c48886a2937fb93f001a3e3b79ab962.zip
first steps with pthread, crashes at program end
Diffstat (limited to 'linux')
-rw-r--r--linux/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/Makefile b/linux/Makefile
index 7d0498bf..0d341184 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -73,6 +73,7 @@ endif
ifeq ($(strip $(FEATURE_PTHREADS)), 1)
F_PTHREADS=-DUSE_PTHREADS
+ LPTHREAD=-lpthread
endif
ifeq ($(strip $(FEATURE_RFC3195)), 1)