diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2016-02-19 13:31:55 +0300 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2016-02-19 13:31:55 +0300 |
| commit | fef872a9ba628a105504b6ef4653cfd1560f8e79 (patch) | |
| tree | 2571d5d8774eced9bf50aa3de58d7dab60d78107 /auto/lib/openssl | |
| parent | 6fccc00aa8afc95827a828641ec0dc72b72502ee (diff) | |
| download | nginx-fef872a9ba628a105504b6ef4653cfd1560f8e79.tar.gz nginx-fef872a9ba628a105504b6ef4653cfd1560f8e79.tar.bz2 | |
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.
Diffstat (limited to 'auto/lib/openssl')
| -rw-r--r-- | auto/lib/openssl/make | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
