Michal Nowak
2018-06-29 153758dbd33d98048305ff84944c7afff3b642ff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Update doc files regarding JIT support on Solaris.
# Patch was developed in-house and is not appropriate for upstream.
 
--- pcre2-10.23/doc/pcre2jit.3.orig    2017-03-27 11:01:32.768347866 +0000
+++ pcre2-10.23/doc/pcre2jit.3    2017-03-27 11:02:29.933896903 +0000
@@ -35,6 +35,8 @@
   SPARC 32-bit
 .sp
 If --enable-jit is set on an unsupported platform, compilation fails.
+.sp
+JIT support is not available on OpenIndiana.
 .P
 A program can tell if JIT support is available by calling \fBpcre2_config()\fP
 with the PCRE2_CONFIG_JIT option. The result is 1 when JIT is available, and 0
--- pcre2-10.23/doc/html/pcre2jit.html.orig    2017-03-27 11:03:11.156908462 +0000
+++ pcre2-10.23/doc/html/pcre2jit.html    2017-03-27 11:04:11.020796356 +0000
@@ -61,6 +61,9 @@
 If --enable-jit is set on an unsupported platform, compilation fails.
 </P>
 <P>
+JIT support is not available on OpenIndiana.
+</P>
+<P>
 A program can tell if JIT support is available by calling <b>pcre2_config()</b>
 with the PCRE2_CONFIG_JIT option. The result is 1 when JIT is available, and 0
 otherwise. However, a simple program does not need to check this in order to