comparison misc/GNUmakefile @ 7489:af8abe105348

Win32: avoid using CFLAGS, just add define instead. With CFLAGS set as in 7da71a7b141a, OpenSSL compilation drops various non-important compiler options. To avoid this, a define is added instead - OpenSSL is smart enough to recognize -D... in Configure arguments.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 04 Apr 2019 22:56:41 +0300
parents 7da71a7b141a
children 938661c0f212
comparison
equal deleted inserted replaced
7488:955c4b186354 7489:af8abe105348
80 --with-http_secure_link_module \ 80 --with-http_secure_link_module \
81 --with-http_slice_module \ 81 --with-http_slice_module \
82 --with-mail \ 82 --with-mail \
83 --with-stream \ 83 --with-stream \
84 --with-openssl=$(OBJS)/lib/$(OPENSSL) \ 84 --with-openssl=$(OBJS)/lib/$(OPENSSL) \
85 --with-openssl-opt="no-asm no-tests \ 85 --with-openssl-opt="no-asm no-tests -D_WIN32_WINNT=0x0501" \
86 CFLAGS=-D_WIN32_WINNT=0x0501" \
87 --with-http_ssl_module \ 86 --with-http_ssl_module \
88 --with-mail_ssl_module \ 87 --with-mail_ssl_module \
89 --with-stream_ssl_module 88 --with-stream_ssl_module
90 89
91 90