void-ppc / void-packages

The Void source packages collection (all ppc platforms, staging + main)
https://repo.voidlinux-ppc.org
Other
27 stars 12 forks source link

pcre2: Disable jit on PPC64 #57

Closed super-cow-powers closed 2 years ago

super-cow-powers commented 2 years ago

libpcre2 causes QT file dialogue to crash when JIT is enabled on PPC64. This disables pcre2 JIT on PPC64 until it can be fixed upstream or a patch can be written.

Testing the changes

Local build testing

q66 commented 2 years ago

can you test if this still happens after the recent changes?

super-cow-powers commented 2 years ago

pcre2 and libpcre2 from master now seem to be fixed. I'll close this PR