Răsfoiți Sursa

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

Richard Good 11 ani în urmă
părinte
comite
d3ddb1766f
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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