components/pcre/patches/01-doc.patch
author Drew Fisher <drew.fisher@oracle.com>
Thu, 29 Sep 2016 08:21:19 -0700
branchs11u3-sru
changeset 7115 0c932cebfc40
parent 4583 66352b5ed68a
permissions -rw-r--r--
24737607 problem in PYTHON-MOD/DJANGO

# Update doc files regarding JIT support on Solaris.
# Patch was developed in-house and is not appropriate for upstream.

--- pcre-8.37-orig/doc/pcrejit.3	Fri Jan 31 06:31:55 2014
+++ pcre-8.37/doc/pcrejit.3	Fri May  8 09:29:37 2015
@@ -44,6 +44,8 @@
   SPARC 32-bit (experimental)
 .sp
 If --enable-jit is set on an unsupported platform, compilation fails.
+.sp
+JIT support is not available on Solaris.
 .P
 A program that is linked with PCRE 8.20 or later can tell if JIT support is
 available by calling \fBpcre_config()\fP with the PCRE_CONFIG_JIT option. The
diff -ru pcre-8.37-orig/doc/html/pcrejit.html pcre-8.37/doc/html/pcrejit.html
--- pcre-8.37-orig/doc/html/pcrejit.html	Tue Apr 28 04:37:57 2015
+++ pcre-8.37/doc/html/pcrejit.html	Fri May  8 09:29:37 2015
@@ -69,6 +69,9 @@
 If --enable-jit is set on an unsupported platform, compilation fails.
 </P>
 <P>
+JIT support is not available on Solaris.
+</P>
+<P>
 A program that is linked with PCRE 8.20 or later can tell if JIT support is
 available by calling <b>pcre_config()</b> with the PCRE_CONFIG_JIT option. The
 result is 1 when JIT is available, and 0 otherwise. However, a simple program