comparison auto/make @ 541:b09ee85d0ac8 release-0.1.45

nginx-0.1.45-RELEASE import *) Change: the "ssl_engine" directive was canceled in the ngx_http_ssl_module and now is introduced at global level. *) Bugfix: the responses with SSI subrequests did not transferred via SSL connection. *) Various bug fixes in the IMAP/POP3 proxy.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 08 Sep 2005 14:36:09 +0000
parents 45a460f82aec
children e48ebafc6939
comparison
equal deleted inserted replaced
540:983c48ab79bb 541:b09ee85d0ac8
122 122
123 if test -n "$NGX_ADDON_SRCS"; then 123 if test -n "$NGX_ADDON_SRCS"; then
124 124
125 cat << END >> $NGX_MAKEFILE 125 cat << END >> $NGX_MAKEFILE
126 126
127 ADDON_DEPS = \$(CORE_DPES) $NGX_ADDON_DEPS 127 ADDON_DEPS = \$(CORE_DEPS) $NGX_ADDON_DEPS
128 128
129 END 129 END
130 130
131 fi 131 fi
132 132