mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Updated PCRE used for win32 builds.
As of PCRE 8.33, config.h.generic no longer contains boolean macros. Two of them (SUPPORT_PCRE8 and HAVE_MEMMOVE) were added to appropriate makefiles. This allows PCRE 8.33 to compile and don't change anything for previous versions.
This commit is contained in:
@@ -7,7 +7,7 @@ TEMP = tmp
|
||||
OBJS = objs.msvc8
|
||||
OPENSSL = openssl-1.0.1e
|
||||
ZLIB = zlib-1.2.8
|
||||
PCRE = pcre-8.32
|
||||
PCRE = pcre-8.33
|
||||
|
||||
|
||||
release: export
|
||||
|
||||
Reference in New Issue
Block a user