Module: sip-router
Branch: master
Commit: 50a041f5c04ef79d8812d5871903931b120c0812
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=50a041f…
Author: Carsten Bock <carsten(a)ng-voice.com>
Committer: Carsten Bock <carsten(a)ng-voice.com>
Date: Wed Jan 30 11:55:42 2013 +0100
Fix linking for the IMS-QOS module
---
modules/ims_qos/Makefile | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/modules/ims_qos/Makefile b/modules/ims_qos/Makefile
index 789c79f..147f162 100644
--- a/modules/ims_qos/Makefile
+++ b/modules/ims_qos/Makefile
@@ -15,4 +15,8 @@ SERLIBPATH=../../lib
SER_LIBS+=$(SERLIBPATH)/kcore/kcore
SER_LIBS+=$(SERLIBPATH)/ims/kamailio_ims
+ifneq ($(OS),darwin)
+ LIBS += -lrt
+endif
+
include ../../Makefile.modules