comparison misc/GNUmakefile @ 3496:fb88801564de

build nginx/Windows against OpenSSL-0.9.8n, since nginx-0.8.35 built against OpenSSL-1.0.0 crashed on Windows XP somewhere in the NTDLL.DLL on the master process exit
author Igor Sysoev <igor@sysoev.ru>
date Wed, 21 Apr 2010 15:09:17 +0000
parents 9c0335d511e5
children e05f33d93e35
comparison
equal deleted inserted replaced
3495:6a5dc3803825 3496:fb88801564de
3 | sed -e 's/^.*\"\(.*\)\"/\1/') 3 | sed -e 's/^.*\"\(.*\)\"/\1/')
4 NGINX = nginx-$(VER) 4 NGINX = nginx-$(VER)
5 TEMP = tmp 5 TEMP = tmp
6 6
7 OBJS = objs.msvc8 7 OBJS = objs.msvc8
8 OPENSSL = openssl-1.0.0 8 OPENSSL = openssl-0.9.8n
9 ZLIB = zlib-1.2.3 9 ZLIB = zlib-1.2.3
10 PCRE = pcre-7.9 10 PCRE = pcre-7.9
11 11
12 12
13 release: 13 release: