Latest update - 7489

This commit is contained in:
2019-04-05 08:46:50 +09:00
parent 12e748d160
commit 8002bb166a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ CORE_LIBS="$CORE_LIBS kernel32.lib user32.lib"
# msvc under Wine issues # msvc under Wine issues
# C1902: Program database manager mismatch; please check your installation # C1902: Program database manager mismatch; please check your installation
if [ -z "$NGX_WINE" ]; then if [ -z "$NGX_WINE" ]; then
CFLAGS="$CFLAGS -Zi" CFLAGS="$CFLAGS -Zi -Fd$NGX_OBJS/nginx.pdb"
CORE_LINK="$CORE_LINK -debug" CORE_LINK="$CORE_LINK -debug"
fi fi
+1 -1
View File
@@ -82,7 +82,7 @@ win32:
--with-mail \ --with-mail \
--with-stream \ --with-stream \
--with-openssl=$(OBJS)/lib/$(OPENSSL) \ --with-openssl=$(OBJS)/lib/$(OPENSSL) \
--with-openssl-opt=no-asm \ --with-openssl-opt="no-asm no-tests -D_WIN32_WINNT=0x0501" \
--with-http_ssl_module \ --with-http_ssl_module \
--with-mail_ssl_module \ --with-mail_ssl_module \
--with-stream_ssl_module --with-stream_ssl_module