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.
This commit is contained in:
Sergey Kandaurov 2016-02-19 13:31:55 +03:00
parent 6fccc00aa8
commit fef872a9ba

View File

@ -53,7 +53,7 @@ $OPENSSL/.openssl/include/openssl/ssl.h: $NGX_MAKEFILE
&& if [ -f Makefile ]; then \$(MAKE) clean; fi \\ && if [ -f Makefile ]; then \$(MAKE) clean; fi \\
&& ./config --prefix=$ngx_prefix no-shared $OPENSSL_OPT \\ && ./config --prefix=$ngx_prefix no-shared $OPENSSL_OPT \\
&& \$(MAKE) \\ && \$(MAKE) \\
&& \$(MAKE) install LIBDIR=lib && \$(MAKE) install_sw LIBDIR=lib
END END