https://git.reactos.org/?p=reactos.git;a=commitdiff;h=25bca520f54cce06bdabc8...
commit 25bca520f54cce06bdabc8af278a76882a3c2d79 Author: Thomas Faber thomas.faber@reactos.org AuthorDate: Sat Feb 3 14:37:22 2018 +0100 Commit: Thomas Faber thomas.faber@reactos.org CommitDate: Sun Feb 4 12:54:44 2018 +0100
[MBEDTLS] Don't link with zlib, we don't use it. CORE-14290 --- dll/3rdparty/mbedtls/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-)
diff --git a/dll/3rdparty/mbedtls/CMakeLists.txt b/dll/3rdparty/mbedtls/CMakeLists.txt index c5af423712..0fbb59bbf4 100644 --- a/dll/3rdparty/mbedtls/CMakeLists.txt +++ b/dll/3rdparty/mbedtls/CMakeLists.txt @@ -84,7 +84,6 @@ add_library(mbedtls SHARED ${CMAKE_CURRENT_BINARY_DIR}/mbedtls.def)
set_module_type(mbedtls win32dll) -target_link_libraries(mbedtls zlib) add_importlibs(mbedtls advapi32 msvcrt kernel32 ntdll)
# to use `_vsnprintf_s` looks like we have to define MINGW_HAS_SECURE_API