From e88bebf12bce715e32dd8c8e8c5c91807e4cfcb6 Mon Sep 17 00:00:00 2001 From: Eudald Gubert i Roldan Date: Mon, 6 Apr 2020 12:25:29 +0200 Subject: [PATCH] Update config.mk --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 3bb1968..2f92336 100644 --- a/config.mk +++ b/config.mk @@ -11,7 +11,7 @@ EVLOOP = ./evloop # includes and libs INCS = -I${MISC} -I${EVLOOP} -LIBS = -lcrypto -lm +LIBS = -lcrypto -lm -lpthread # flags CPPFLAGS = ${INCS} -DHAVE_CLOCK_MONOTONIC=1 -DEVLOOP_NONE