jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / library / pcre2 / patches / 01-doc.patch
blobf026e378ee26c2642afa43f2b905725fda1dc0f3
1 # Update doc files regarding JIT support on Solaris.
2 # Patch was developed in-house and is not appropriate for upstream.
4 --- pcre2-10.23/doc/pcre2jit.3.orig 2017-03-27 11:01:32.768347866 +0000
5 +++ pcre2-10.23/doc/pcre2jit.3 2017-03-27 11:02:29.933896903 +0000
6 @@ -35,6 +35,8 @@
7 SPARC 32-bit
8 .sp
9 If --enable-jit is set on an unsupported platform, compilation fails.
10 +.sp
11 +JIT support is not available on OpenIndiana.
13 A program can tell if JIT support is available by calling \fBpcre2_config()\fP
14 with the PCRE2_CONFIG_JIT option. The result is 1 when JIT is available, and 0
15 --- pcre2-10.43/doc/html/pcre2jit.html.orig 2024-02-16 18:04:37.000000000 +0100
16 +++ pcre2-10.43/doc/html/pcre2jit.html 2024-02-17 14:51:54.200671087 +0100
17 @@ -64,6 +64,9 @@
18 If --enable-jit is set on an unsupported platform, compilation fails.
19 </P>
20 <P>
21 +JIT support is not available on OpenIndiana.
22 +</P>
23 +<P>
24 A client program can tell if JIT support is available by calling
25 <b>pcre2_config()</b> with the PCRE2_CONFIG_JIT option. The result is one if
26 PCRE2 was built with JIT support, and zero otherwise. However, having the JIT