ソースを参照

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

Richard Good 11 年 前
コミット
d3ddb1766f
1 ファイル変更1 行追加0 行削除
  1. 1 0
      modules/ims_qos/Makefile

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