From f2ddd9de295a574940cb010bd1ca47cd58e84cda 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)