diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-24 16:44:14 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-24 16:44:14 +0000 |
commit | 0795edb76c48886a2937fb93f001a3e3b79ab962 (patch) | |
tree | ed5ab4ae22d05919b62f83a7ee67a2c4f43a3436 /linux/Makefile | |
parent | bce77e093ba6c3fc6e4a5d18db046d6c161b06ac (diff) | |
download | rsyslog-0795edb76c48886a2937fb93f001a3e3b79ab962.tar.gz rsyslog-0795edb76c48886a2937fb93f001a3e3b79ab962.tar.xz rsyslog-0795edb76c48886a2937fb93f001a3e3b79ab962.zip |
first steps with pthread, crashes at program end
Diffstat (limited to 'linux/Makefile')
-rw-r--r-- | linux/Makefile | 1 |
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) |