diff options
| -rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |