Latest update - 7489
This commit is contained in:
+1
-1
@@ -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
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user