From cdac9a9dfd1cb26a977f86ef85a765b2cb060e69 Mon Sep 17 00:00:00 2001 From: Veniamin Gvozdikov Date: Fri, 7 Dec 2012 21:08:08 +0400 Subject: [PATCH] Added depend by -lpthread --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7d75d5..d006de2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CFLAGS+=-g -O2 -Wall -Wno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -LIBS+=-lzmq -lssl -lcrypto -lev -lz -luuid +LIBS+=-lzmq -lssl -lcrypto -lev -lz -luuid -lpthread OBJ=src/main.o OBJ+=src/utils.o