about summary refs log tree commit diff
path: root/config.mk
diff options
context:
space:
mode:
authorEudald Gubert i Roldan <hola@eudald.gr>2020-04-06 12:25:29 +0200
committerRaspbeguy <raspbeguy@users.noreply.github.com>2020-04-06 13:58:06 +0200
commite88bebf12bce715e32dd8c8e8c5c91807e4cfcb6 (patch)
tree2d9a5a4eddf91c4087e5b3dcfd93164d26fb2d56 /config.mk
parentcd3f499bab3aa782c9588d82bb55d58ede6fa57b (diff)
downloadbtpd-e88bebf12bce715e32dd8c8e8c5c91807e4cfcb6.tar.gz
btpd-e88bebf12bce715e32dd8c8e8c5c91807e4cfcb6.zip
Update config.mk
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
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