فهرست منبع

modules/cdp: added -lpthread to Makefile to fix on Ubuntu 12

Richard Good 11 سال پیش
والد
کامیت
aea7e2bd06
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      modules/cdp/Makefile

+ 1 - 0
modules/cdp/Makefile

@@ -21,6 +21,7 @@ endif
 
 ifneq ($(OS),darwin)
 	LIBS += -lrt
+	LIBS += -lpthread
 endif
 
 include ../../Makefile.modules