diff options
| -rw-r--r-- | misc/GNUmakefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 241cd4af5..2a71ce069 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -82,8 +82,7 @@ win32: --with-mail \ --with-stream \ --with-openssl=$(OBJS)/lib/$(OPENSSL) \ - --with-openssl-opt="no-asm no-tests \ - CFLAGS=-D_WIN32_WINNT=0x0501" \ + --with-openssl-opt="no-asm no-tests -D_WIN32_WINNT=0x0501" \ --with-http_ssl_module \ --with-mail_ssl_module \ --with-stream_ssl_module |
