Explorar el Código

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

Richard Good hace 11 años
padre
commit
aea7e2bd06
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      modules/cdp/Makefile

+ 1 - 0
modules/cdp/Makefile

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