[sr-dev] git:master: modules/ims_qos: 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: d3ddb1766fad5f197023a7d6a18cfce64cdb9f8d
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d3ddb1766fad5f197023a7d6a18cfce64cdb9f8d

Author: Richard Good <richard.good at smilecoms.com>
Committer: Richard Good <richard.good at smilecoms.com>
Date:   Tue Jan 14 12:29:58 2014 +0200

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

---

 modules/ims_qos/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/ims_qos/Makefile b/modules/ims_qos/Makefile
index 147f162..d9a9926 100644
--- a/modules/ims_qos/Makefile
+++ b/modules/ims_qos/Makefile
@@ -17,6 +17,7 @@ SER_LIBS+=$(SERLIBPATH)/ims/kamailio_ims
 
 ifneq ($(OS),darwin)
 	LIBS += -lrt
+	LIBS += -lpthread
 endif
 
 include ../../Makefile.modules




More information about the sr-dev mailing list