From a22c8c9c430505bdf951e3fd5ebb31485db729a0 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 9 Feb 2021 11:04:55 +0100 Subject: Makefile: Fix libs link order --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3