Pārlūkot izejas kodu

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

Richard Good 11 gadi atpakaļ
vecāks
revīzija
aea7e2bd06
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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