1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 14:27:35 +00:00

Ports: Update jq's patches to use git patches

This commit is contained in:
Ali Mohammad Pur 2022-05-16 19:21:41 +04:30 committed by Ali Mohammad Pur
parent 8a610b1bb9
commit e99a1b5b64
4 changed files with 101 additions and 44 deletions

View file

@ -0,0 +1,18 @@
# Patches for jq on SerenityOS
## `0001-Teach-config.sub-about-serenity.patch`
Teach config.sub about serenity
## `0002-Make-configure-assume-all-dependencies-are-okay.patch`
Make configure assume all dependencies are okay
## `0003-Make-jv_mem_alloc-return-a-dummy-allocation-for-zero.patch`
Make jv_mem_alloc() return a dummy allocation for zero-sized allocs
And make jv_mem_free() accept it.