mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
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:
parent
6fccc00aa8
commit
fef872a9ba
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user