diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2019-04-04 16:22:03 +0300 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2019-04-04 16:22:03 +0300 |
| commit | 7c7d32772d3e83868955ce7fab197ab52ff90bcd (patch) | |
| tree | 39f3c93bd5be1e0f83878a7ab38c395881d302a6 /misc | |
| parent | db5c30728004045d0830922dd8ffeec030a6d726 (diff) | |
| download | nginx-7c7d32772d3e83868955ce7fab197ab52ff90bcd.tar.gz nginx-7c7d32772d3e83868955ce7fab197ab52ff90bcd.tar.bz2 | |
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.
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
