diff --git a/Makefile b/Makefile index e62cc157..0d68fbeb 100644 --- a/Makefile +++ b/Makefile @@ -17,9 +17,9 @@ ifndef NOSHM override CPPFLAGS += -DSHM_ENABLED=1 endif -LDLIBS = -lcrypto +LDLIBS = THREADLIB = -lpthread -lrt -LDLIBS = -lcrypto $(THREADLIB) +LDLIBS = $(THREADLIB) .DEFAULT_GOAL := all