diff src/os/unix/ngx_darwin_config.h @ 4097:a3870ea96ccd

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.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 13 Sep 2011 09:18:43 +0000
parents 0daede16d68b
children 1b779cb69dc8 4919fb357a5d
line wrap: on
line diff
--- 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 <sys/types.h>
 #include <sys/time.h>