Welcome! Log In Create A New Profile

Advanced

[nginx] Win32: skip building OpenSSL tests to conserve time and space.

Sergey Kandaurov
April 04, 2019 11:36AM
details: https://hg.nginx.org/nginx/rev/52d3600bc25e
branches:
changeset: 7486:52d3600bc25e
user: Sergey Kandaurov <pluknet@nginx.com>
date: Thu Apr 04 16:22:03 2019 +0300
description:
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:

misc/GNUmakefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r edf5cd6c56fa -r 52d3600bc25e misc/GNUmakefile
--- a/misc/GNUmakefile Wed Apr 03 15:35:39 2019 +0300
+++ b/misc/GNUmakefile Thu Apr 04 16:22:03 2019 +0300
@@ -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
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] Win32: skip building OpenSSL tests to conserve time and space.

Sergey Kandaurov 282 April 04, 2019 11:36AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 211
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready