[pcre-dev] [Bug 2334] "make test" reports test failures when…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2334] "make test" reports test failures when running on macOS (x86_64)
https://bugs.exim.org/show_bug.cgi?id=2334

Carlo Marcelo Arenas Belón <carenas@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|10.31 (PCRE2)               |10.32 (PCRE2)


--- Comment #20 from Carlo Marcelo Arenas Belón <carenas@???> ---
Wouldn't in that case make more sense that the check be done at compile time
using a suitable macro in pcre's configure?

passing the result to sljit so it can be conditionally enabled so that all that
would be needed in its source would be (similar to the original code)

#ifdef MAP_JIT_IS_SAFE_AND_RECOMMENDED
flags |= MAP_JIT
#endif

--
You are receiving this mail because:
You are on the CC list for the bug.