Changes between Version 1 and Version 2 of Ticket #58437
- Timestamp:
- May 4, 2019, 9:37:28 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58437 – Description
v1 v2 7 7 The offending routines in this example are: {{{sljit_free_code}}} and {{{_pcre_jit_compile}}}. 8 8 9 See this PR for a {{{Portfile}}} example of the {{{rspamd}}} port that forces the use of the native {{{/usr/lib/libpcre.dylib}}} library (compiled without jit) to avoid this issue .9 See this PR for a {{{Portfile}}} example of the {{{rspamd}}} port that forces the use of the native {{{/usr/lib/libpcre.dylib}}} library (compiled without jit) to avoid this issue: https://github.com/macports/macports-ports/commit/3778fcef647b9d3cfa19f40fd4d59aa97ae1f25a 10 10 11 11 In the current {{{rspamd}}} build that uses native pcre, it reports in its logs: