[nginx] Configure: skip building OpenSSL documentation to conserve time.

Sergey Kandaurov pluknet at nginx.com
Fri Feb 19 10:33:17 UTC 2016


details:   http://hg.nginx.org/nginx/rev/09d5a22c76bd
branches:  
changeset: 6404:09d5a22c76bd
user:      Sergey Kandaurov <pluknet at nginx.com>
date:      Fri Feb 19 13:31:55 2016 +0300
description:
Configure: skip building OpenSSL documentation to conserve time.

The install_sw target first appeared in OpenSSL 0.9.7e and is documented since
OpenSSL 1.0.0 as the way to install the OpenSSL software without documentation.

diffstat:

 auto/lib/openssl/make |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r e59e617f8fcb -r 09d5a22c76bd auto/lib/openssl/make
--- a/auto/lib/openssl/make	Thu Feb 18 11:39:57 2016 +0300
+++ b/auto/lib/openssl/make	Fri Feb 19 13:31:55 2016 +0300
@@ -53,7 +53,7 @@ END
 	&& if [ -f Makefile ]; then \$(MAKE) clean; fi \\
 	&& ./config --prefix=$ngx_prefix no-shared $OPENSSL_OPT \\
 	&& \$(MAKE) \\
-	&& \$(MAKE) install LIBDIR=lib
+	&& \$(MAKE) install_sw LIBDIR=lib
 
 END
 



More information about the nginx-devel mailing list