Browse Source

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

Richard Good 11 years ago
parent
commit
aea7e2bd06
1 changed files with 1 additions and 0 deletions
  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