Configure: don't build man pages for OpenSSL.

Piotr Sikora piotr at cloudflare.com
Tue Nov 5 01:07:11 UTC 2013


# HG changeset patch
# User Piotr Sikora <piotr at cloudflare.com>
# Date 1383613226 28800
#      Mon Nov 04 17:00:26 2013 -0800
# Node ID 4f53edac4459684b69ed8f90c86d8eba8bc1185d
# Parent  dea321e5c0216efccbb23e84bbce7cf3e28f130c
Configure: don't build man pages for OpenSSL.

This change speedups build time by 25%.

Signed-off-by: Piotr Sikora <piotr at cloudflare.com>

diff -r dea321e5c021 -r 4f53edac4459 auto/lib/openssl/make
--- a/auto/lib/openssl/make Thu Oct 31 18:23:49 2013 +0400
+++ b/auto/lib/openssl/make Mon Nov 04 17:00:26 2013 -0800
@@ -58,7 +58,7 @@ END
  && \$(MAKE) clean \\
  && ./config --prefix=$ngx_prefix no-shared $OPENSSL_OPT \\
  && \$(MAKE) \\
- && \$(MAKE) install LIBDIR=lib
+ && \$(MAKE) install_sw LIBDIR=lib

 END
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nginx__configure_4.patch
Type: application/octet-stream
Size: 746 bytes
Desc: not available
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20131104/d32d9b79/attachment.obj>


More information about the nginx-devel mailing list