From: Igor Sysoev Date: Fri, 30 Sep 2011 14:09:44 +0000 (+0000) Subject: Merging r4098: X-Git-Tag: release-1.0.7~7 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=6f23d1a5817fd7e15d643d5ed8ddbbe37cfd6664;p=nginx.git Merging r4098: In Mac OS X Lion, Apple deprecated the use of the system OpenSSL library in favour of their CommonCrypto library. This change adds a work-around that allows nginx to still be built on Lion with OpenSSL. --- diff --git a/src/os/unix/ngx_darwin_config.h b/src/os/unix/ngx_darwin_config.h index 88aa6f502..a3a14c493 100644 --- a/src/os/unix/ngx_darwin_config.h +++ b/src/os/unix/ngx_darwin_config.h @@ -8,6 +8,8 @@ #define _NGX_DARWIN_CONFIG_H_INCLUDED_ +#define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_0 + #include #include