Преглед изворни кода

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