2
0
Эх сурвалжийг харах

Fix linking for the IMS-QOS module

Carsten Bock 12 жил өмнө
parent
commit
50a041f5c0

+ 4 - 0
modules/ims_qos/Makefile

@@ -15,4 +15,8 @@ SERLIBPATH=../../lib
 SER_LIBS+=$(SERLIBPATH)/kcore/kcore
 SER_LIBS+=$(SERLIBPATH)/ims/kamailio_ims
 
+ifneq ($(OS),darwin)
+	LIBS += -lrt
+endif
+
 include ../../Makefile.modules