[sr-dev] git:master: modules/cdp: added -lpthread to Makefile to fix on Ubuntu 12

Richard Good richard.good at smilecoms.com
Tue Jan 14 11:31:01 CET 2014


Module: sip-router
Branch: master
Commit: aea7e2bd069a0c130d5fe1d05d128b580df20c5b
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aea7e2bd069a0c130d5fe1d05d128b580df20c5b

Author: Richard Good <richard.good at smilecoms.com>
Committer: Richard Good <richard.good at 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




More information about the sr-dev mailing list