Hopefully fixing missing OpenSSL dependency of libcurl on Linux 64bit.

This commit is contained in:
bubnikv 2020-03-19 20:48:53 +01:00
parent b1fbc2c59c
commit d5149275b0

View File

@ -31,6 +31,7 @@ ExternalProject_Add(dep_libopenssl
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND ./config
"--prefix=${DESTDIR}/usr/local"
"--libdir=${DESTDIR}/usr/local/lib"
no-shared
no-ssl3-method
no-dynamic-engine