libpcre2: Default enable JIT support for aarch64
authorChristian Lachner <[email protected]>
Sun, 23 Nov 2025 09:48:47 +0000 (10:48 +0100)
committerChristian Marangi <[email protected]>
Sun, 23 Nov 2025 12:55:31 +0000 (13:55 +0100)
commit671898c7d266ac01b67de74107b8328edcde1e22
tree89d1dec74b952a22a91608e3385a7e16f6961ae7
parent557c174a3c88bde4e096d9ed89758182266f7bb0
libpcre2: Default enable JIT support for aarch64

JIT support in pcre2 allows for extra performance for regex operations in
applications that support it. As outlined in
https://pcre.org/current/doc/html/pcre2jit.html#SEC2 64-bit ARM is
supported.

I tested this on an GL.Inet MT6000 which is an aarch64 device and to my
knowledge everything works as expected. The primary application I tested
this on was haproxy, which makes use pcre for several operations.

If there are no known downsides or known breakages I suggest to
default-enable this feature for aarch64.

Signed-off-by: Christian Lachner <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/20891
Signed-off-by: Christian Marangi <[email protected]>
package/libs/pcre2/Config.in