diff --git a/src/modules/secsipid_proc/Makefile b/src/modules/secsipid_proc/Makefile index 766ce4a1904..259766b151a 100644 --- a/src/modules/secsipid_proc/Makefile +++ b/src/modules/secsipid_proc/Makefile @@ -19,14 +19,14 @@ endif ifeq ($(BUILDER),) DEFS+= -I. - LIBS = -L. -lsecsipid + LIBS = -L. -lsecsipid -lpthread else DEFS+= $(shell pkg-config --cflags secsipid-1) - LIBS = $(shell pkg-config --libs secsipid-1) + LIBS = $(shell pkg-config --libs secsipid-1) -lpthread endif ifeq ($(OS), darwin) -LIBS+= -framework CoreFoundation -framework Security -lpthread +LIBS+= -framework CoreFoundation -framework Security endif include ../../Makefile.modules