From 21027c8d8bd3be7010f90241c5861478636f4241 Mon Sep 17 00:00:00 2001 From: BenDroid Date: Sat, 3 Mar 2018 18:20:47 +0100 Subject: [PATCH] Fixed static linux build with static openssl --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e41365a..56895e13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,7 +90,7 @@ else() src/Platform_unix.cpp ) - set(EXTRA_LIBS pthread rt) + set(EXTRA_LIBS pthread rt dl) endif() if (CMAKE_SYSTEM_NAME STREQUAL FreeBSD)