summaryrefslogtreecommitdiffstats
path: root/linux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'linux/Makefile')
-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)