comparison auto/lib/openssl/make @ 490:e66f886a8305 NGINX_0_7_57

nginx 0.7.57 *) Bugfix: a segmentation fault occurred in worker process, if the ngx_http_image_filter_module errors were redirected to named location; the bug had appeared in 0.7.56.
author Igor Sysoev <http://sysoev.ru>
date Tue, 12 May 2009 00:00:00 +0400
parents 549994537f15
children 98143f74eb3d
comparison
equal deleted inserted replaced
489:c91fb8e75a55 490:e66f886a8305
20 $OPENSSL/out32/ssleay32.lib: 20 $OPENSSL/out32/ssleay32.lib:
21 cd $OPENSSL 21 cd $OPENSSL
22 perl Configure VC-WIN32 no-shared 22 perl Configure VC-WIN32 no-shared
23 ms\\do_ms 23 ms\\do_ms
24 \$(MAKE) -f ms\\nt.mak 24 \$(MAKE) -f ms\\nt.mak
25 cd ..\\..\\.. 25 cd \$(CURDIR)
26 26
27 END 27 END
28 28
29 ;; 29 ;;
30 30
37 `echo "$OPENSSL\\out32\\ssleay32.lib:" | sed -e "s/\//$ngx_regex_dirsep/g"` 37 `echo "$OPENSSL\\out32\\ssleay32.lib:" | sed -e "s/\//$ngx_regex_dirsep/g"`
38 cd `echo "$OPENSSL" | sed -e "s/\//$ngx_regex_dirsep/g"` 38 cd `echo "$OPENSSL" | sed -e "s/\//$ngx_regex_dirsep/g"`
39 perl Configure BC-32 no-shared 39 perl Configure BC-32 no-shared
40 ms\\do_nasm 40 ms\\do_nasm
41 \$(MAKE) -f ms\\bcb.mak 41 \$(MAKE) -f ms\\bcb.mak
42 cd ..\\..\\.. 42 cd \$(CURDIR)
43 43
44 END 44 END
45 45
46 ;; 46 ;;
47 47