﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
584	nginx 1.6.0 failed to build (src/core/ngx_crypt.c: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations])	Siu Ching Pong (Asuka Kenji)		"nginx:
1.6.0 (http://nginx.org/download/nginx-1.6.0.tar.gz)

OS:
Mac OS X 10.9.3

Compiler:
{{{
$ pkgutil --pkg-info=com.apple.pkg.CLTools_Executables
package-id: com.apple.pkg.CLTools_Executables
version: 5.1.0.0.1.1396320587
volume: /
location: /
install-time: 1401159658
groups: com.apple.FindSystemFiles.pkg-group com.apple.DevToolsBoth.pkg-group com.apple.DevToolsNonRelocatableShared.pkg-group
}}}

Steps to reproduce:
{{{
$ ./configure \
	--prefix=$HOME/WebHosting/root \
	--with-http_ssl_module \
	--with-pcre=$HOME/WebHosting/nginx-src/pcre-8.35 \
	--with-zlib=$HOME/WebHosting/nginx-src/zlib-1.2.8
$ make >make.log 2>&1
}}}

Workaround:
Remove the {{{-Werror}}} or the {{{-Wdeprecated-declarations}}} options from the compilation flags
"	defect	closed	blocker		nginx-core	1.6.x	invalid			Darwin localhost 13.2.0 Darwin Kernel Version 13.2.0: Thu Apr 17 23:03:13 PDT 2014; root:xnu-2422.100.13~1/RELEASE_X86_64 x86_64 i386 iMac13,2 Darwin	(Not available since there is compilation error)
