Explorar o código

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

Richard Good %!s(int64=11) %!d(string=hai) anos
pai
achega
aea7e2bd06
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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