Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2013-08-23 22:54:08 +0400
committerMaxim Dounin <mdounin@mdounin.ru>2013-08-23 22:54:08 +0400
commitd5591e914e69322ac5468cf8088945562d6f2d15 (patch)
tree0cdc6d5baa793f8d0c27668d82633976c1d22bd5 /misc
parent4ef185789ed3a8850ba79f06aeb95405ea15e64d (diff)
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.
Diffstat (limited to 'misc')
-rw-r--r--misc/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index 0887398eb..a190b453c 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -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