From bc0a51b77c034aa46b8e90167f2f405f5589b310 Mon Sep 17 00:00:00 2001
From: Kubat <mael.martin31@gmail.com>
Date: Wed, 6 Jan 2021 16:40:49 +0100
Subject: [PATCH] CI: Also specify the dl lib for lkt

---
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index afd0ee8a..cb9a85d8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -88,7 +88,7 @@ bin_PROGRAMS = lektord lkt
 
 ## The lkt client
 lkt_SOURCES = main/lkt.c base/cmd.c base/common.c
-lkt_LDFLAGS = -pthread
+lkt_LDFLAGS = -pthread -ldl
 
 ## The lektord server
 lektord_SOURCES = main/server.c
-- 
GitLab