Module: sip-router Branch: master Commit: aea7e2bd069a0c130d5fe1d05d128b580df20c5b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aea7e2bd...
Author: Richard Good richard.good@smilecoms.com Committer: Richard Good richard.good@smilecoms.com Date: Tue Jan 14 12:29:00 2014 +0200
modules/cdp: added -lpthread to Makefile to fix on Ubuntu 12
---
modules/cdp/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/cdp/Makefile b/modules/cdp/Makefile index d555e62..ef185cd 100644 --- a/modules/cdp/Makefile +++ b/modules/cdp/Makefile @@ -21,6 +21,7 @@ endif
ifneq ($(OS),darwin) LIBS += -lrt + LIBS += -lpthread endif
include ../../Makefile.modules