diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2024-03-31 23:05:45 +0100 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2024-03-31 23:05:45 +0100 |
| commit | b5f1bca2813a98bcb9e06580dbd45c7e916498fb (patch) | |
| tree | a2d2386976d42010979ab5c32335483f47a2ff1a /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 0a087411842ecba13607a43a29369d08916ae11f (diff) | |
pcre2: backport jit auto-detection
Without the change `pcre2` build without `jit` support. This happens
because --wit-jit=auto was broken in this release. THe change backports
upstream fix.
Before the change ./configure log:
pcre2> Enable JIT compiling support ....... : no
After the change:
pcre2> Enable JIT compiling support ....... : yes
I initially observed the failures on `rizin` as a spam of failures to
JIT a trivial regex:
$ rizin
ERROR: Regex compilation for '\s+' failed at 0: bad JIT option
ERROR: Regex compilation for '\s+' failed at 0: bad JIT option
...
ERROR: Regex compilation for '\s+' failed at 0: bad JIT option
-- Check your IO plugins with 'rizin -L'
[0x00000000]>
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
