summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2021-02-09 11:04:55 +0100
committerRoland Reichwein <mail@reichwein.it>2021-02-09 11:04:55 +0100
commita22c8c9c430505bdf951e3fd5ebb31485db729a0 (patch)
tree50d6e29da2bfbeffa5394c0d91a2274ff8dd2c2e /Makefile
parent909560de38acb62b2d6fa66eb678453f87eb99ae (diff)
Makefile: Fix libs link order
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0cec83d..0f214b1 100644
--- a/Makefile
+++ b/Makefile
@@ -22,8 +22,8 @@ LDLIBS+=\
-lboost_timer \
-lboost_system \
-lcrypt \
--lpthread \
-lssl -lcrypto \
+-lpthread \
-ldl
#-lboost_coroutine \