Browse Source

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

Richard Good 11 years ago
parent
commit
555d01b145
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules/ims_registrar_pcscf/Makefile

+ 1 - 0
modules/ims_registrar_pcscf/Makefile

@@ -24,6 +24,7 @@ endif
 
 ifneq ($(OS),darwin)
 	LIBS += -lrt
+	LIBS += -lpthread
 endif
 
 DEFS+=-DOPENSER_MOD_INTERFACE