From: Sergey Kandaurov Date: Thu, 4 Apr 2019 13:22:03 +0000 (+0300) Subject: Win32: skip building OpenSSL tests to conserve time and space. X-Git-Tag: release-1.15.11~4 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=7c7d32772d3e83868955ce7fab197ab52ff90bcd;p=nginx.git 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 index bf91174eb..fc75de502 100644 --- 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