From: Sergey Kandaurov Date: Fri, 19 Feb 2016 10:31:55 +0000 (+0300) Subject: Configure: skip building OpenSSL documentation to conserve time. X-Git-Tag: release-1.9.12~9 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=fef872a9ba628a105504b6ef4653cfd1560f8e79;p=nginx.git 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 index 765cd0653..a6090c6d4 100644 --- a/auto/lib/openssl/make +++ b/auto/lib/openssl/make @@ -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