瀏覽代碼

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