# HG changeset patch # User Sergey Kandaurov # Date 1554384123 -10800 # Node ID 52d3600bc25ef478b2fee25056b2db7ab866f424 # Parent edf5cd6c56fada9f97b53a7a32f63000e308eac5 Win32: skip building OpenSSL tests to conserve time and space. When building OpenSSL 1.1.1b, as used for win32 builds, with tests it takes about twice as long and near ~1GB of additional disk space. Using "no-tests" OpenSSL configuration option allows to skip them. Since such an option is supported since OpenSSL 1.1.1 only, it is residing here and not in configure. diff --git a/misc/GNUmakefile b/misc/GNUmakefile --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -82,7 +82,7 @@ win32: --with-mail \ --with-stream \ --with-openssl=$(OBJS)/lib/$(OPENSSL) \ - --with-openssl-opt=no-asm \ + --with-openssl-opt="no-asm no-tests" \ --with-http_ssl_module \ --with-mail_ssl_module \ --with-stream_ssl_module