Module: sip-router
Branch: master
Commit: d3ddb1766fad5f197023a7d6a18cfce64cdb9f8d
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d3ddb17…
Author: Richard Good <richard.good(a)smilecoms.com>
Committer: Richard Good <richard.good(a)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