浏览代码

Fix linking for the IMS-QOS module

Carsten Bock 12 年之前
父节点
当前提交
50a041f5c0
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      modules/ims_qos/Makefile

+ 4 - 0
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