diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2010-04-02 14:19:45 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2010-04-02 14:19:45 +0000 |
| commit | 4a529e9aec910166f12cc7c6f107a8776c33ff91 (patch) | |
| tree | fb943bc64bc34c0d966063f6255958e546dd0bcd | |
| parent | 231856b91392fcecf1771458e1248839418d3bf1 (diff) | |
| download | nginx-4a529e9aec910166f12cc7c6f107a8776c33ff91.tar.gz nginx-4a529e9aec910166f12cc7c6f107a8776c33ff91.tar.bz2 | |
fix building OpenSSL-1.0.0 on 64-bit Linux:
make installs the libraries in lib64 directory
| -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 d497d88e1..a2025bbd6 100644 --- a/auto/lib/openssl/make +++ b/auto/lib/openssl/make @@ -57,7 +57,7 @@ $OPENSSL/.openssl/include/openssl/ssl.h: $NGX_MAKEFILE && \$(MAKE) clean \\ && ./config --prefix=$ngx_prefix no-shared $OPENSSL_OPT \\ && \$(MAKE) \\ - && \$(MAKE) install + && \$(MAKE) install LIBDIR=lib END |
