components/pcre/patches/01-doc.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Thu, 05 Nov 2015 15:56:49 -0800
changeset 5068 04572323827e
parent 4549 cef88d7826a6
permissions -rw-r--r--
Close of build 87.

# 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