]> git.kaiwu.me - nginx.git/commitdiff
Configure: skip building OpenSSL documentation to conserve time.
authorSergey Kandaurov <pluknet@nginx.com>
Fri, 19 Feb 2016 10:31:55 +0000 (13:31 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Fri, 19 Feb 2016 10:31:55 +0000 (13:31 +0300)
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.

auto/lib/openssl/make

index 765cd065371befce1bf0511eba6470d2aa0fc99e..a6090c6d4a4e8a4a13f402e969195eb35d2ce8e4 100644 (file)
@@ -53,7 +53,7 @@ $OPENSSL/.openssl/include/openssl/ssl.h:      $NGX_MAKEFILE
        && 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