Ports/rizin/patches/ReadMe.md
0001-Add-serenity-to-lrt-whitelist.patchAdd serenity to librt whitelist
This patch adds serenity to the list of operating systems that dont require librt to be explicity linked
0002-Disable-PCRE2-JIT-compilation.patchDisable PCRE2 JIT compilation
0003-Remove-resolve_heap_tcache_implementation-for-serenity.patchRemove resolve_heap_tcache implementation
Serenity doesn't implement thread caching in its memory allocator, so tcache resolution is not applicable.
0004-Define-rz_sys_pipe-as-pipe2-for-serenity.patchDefine rz_sys_pipe as pipe2 for serenity
0005-Add-serenity-identifier-to-rz_types.h.patchAdd serenity identifier to rz_types.h
Define serenity as UNIX like, and set RZ_SYS_OS to 'serenity' if serenity identifier is defined
0006-Add-zlib-dependency-for-libzip.patchAdd zlib dependency for libzip