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

Ports: Update dash's patches to use git patches

This commit is contained in:
Ali Mohammad Pur 2022-05-16 19:21:31 +04:30 committed by Ali Mohammad Pur
parent b7975b33b3
commit 03e9253d37
5 changed files with 80 additions and 36 deletions

View file

@ -0,0 +1,13 @@
# Patches for dash on SerenityOS
## `0001-Replace-a-use-of-wait3-with-waitpid-in-the-job-contr.patch`
Replace a use of wait3() with waitpid() in the job control
wait3() does not exist on serenity.
## `0002-Skip-building-helpers-by-default.patch`
Skip building helpers by default