# HG changeset patch # User Sergey Kandaurov # Date 1455877915 -10800 # Node ID 09d5a22c76bd494eb4f864b001821bf577c158b2 # Parent e59e617f8fcbd11403d3f702cfea3151311b7fd9 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. diff --git a/auto/lib/openssl/make b/auto/lib/openssl/make --- a/auto/lib/openssl/make +++ b/auto/lib/openssl/make @@ -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