From 38d06d57a0087b71b0a3ce71adec60e0efa8b422 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Fri, 20 Mar 2020 08:55:11 +0100 Subject: [PATCH] Deps libdir for libcurl on linux to land to the same directory as openssl libraries. Follow-up to 170650169ce29754911968854fc1a1efc5497052 --- deps/deps-linux.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/deps-linux.cmake b/deps/deps-linux.cmake index 9050a0701..2604a4778 100644 --- a/deps/deps-linux.cmake +++ b/deps/deps-linux.cmake @@ -47,6 +47,7 @@ ExternalProject_Add(dep_libcurl URL_HASH SHA256=cc245bf9a1a42a45df491501d97d5593392a03f7b4f07b952793518d97666115 BUILD_IN_SOURCE 1 CONFIGURE_COMMAND ./configure + "--libdir=${DESTDIR}/usr/local/lib" --enable-static --disable-shared "--with-ssl=${DESTDIR}/usr/local"