]> git.pld-linux.org Git - packages/apache.git/commitdiff
This commit was manufactured by cvs2git to create branch 'APACHE_2_2'.
authorcvs2git <feedback@pld-linux.org>
Thu, 29 Mar 2012 07:15:21 +0000 (07:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Cherrypick from master 2012-03-29 07:15:21 UTC Artur Frysiak <artur@frysiak.net> '- fix for compilation with pcre 8.30':
    pcre8.30.patch -> 1.1

pcre8.30.patch [new file with mode: 0644]

diff --git a/pcre8.30.patch b/pcre8.30.patch
new file mode 100644 (file)
index 0000000..160e6b9
--- /dev/null
@@ -0,0 +1,11 @@
+--- httpd-2.2.22/server/util_pcre.c.wiget      2012-03-29 08:50:30.426713350 +0200
++++ httpd-2.2.22/server/util_pcre.c    2012-03-29 08:52:34.946711295 +0200
+@@ -137,7 +137,7 @@ preg->re_erroffset = erroffset;
+ if (preg->re_pcre == NULL) return AP_REG_INVARG;
+-preg->re_nsub = pcre_info((const pcre *)preg->re_pcre, NULL, NULL);
++pcre_fullinfo((const pcre *)preg->re_pcre, NULL, PCRE_INFO_CAPTURECOUNT, &(preg->re_nsub));
+ return 0;
+ }
This page took 0.048929 seconds and 4 git commands to generate.