comparison misc/GNUmakefile @ 5343:bd828a14e017

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.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 23 Aug 2013 22:54:08 +0400
parents 1d0523f54a9f
children 24afe114adeb
comparison
equal deleted inserted replaced
5342:b3f6290a9401 5343:bd828a14e017
5 TEMP = tmp 5 TEMP = tmp
6 6
7 OBJS = objs.msvc8 7 OBJS = objs.msvc8
8 OPENSSL = openssl-1.0.1e 8 OPENSSL = openssl-1.0.1e
9 ZLIB = zlib-1.2.8 9 ZLIB = zlib-1.2.8
10 PCRE = pcre-8.32 10 PCRE = pcre-8.33
11 11
12 12
13 release: export 13 release: export
14 14
15 mv $(TEMP)/$(NGINX)/auto/configure $(TEMP)/$(NGINX) 15 mv $(TEMP)/$(NGINX)/auto/configure $(TEMP)/$(NGINX)