浏览代码

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

Richard Good 11 年之前
父节点
当前提交
555d01b145
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      modules/ims_registrar_pcscf/Makefile

+ 1 - 0
modules/ims_registrar_pcscf/Makefile

@@ -24,6 +24,7 @@ endif
 
 ifneq ($(OS),darwin)
 	LIBS += -lrt
+	LIBS += -lpthread
 endif
 
 DEFS+=-DOPENSER_MOD_INTERFACE