소스 검색

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