serenity/Ports/bash/patches
Fabian Dellwing 824d23570a Ports: Remove getconf from bash examples
We fail to build `getconf.c` from the builtin examples. And therefore
don't install the rest. If we remove it, we successfully build the
rest of the examples.
2023-04-27 10:25:42 +01:00
..
0001-accept.c-Include-sys-select.h.patch Ports: Remove getconf from bash examples 2023-04-27 10:25:42 +01:00
0002-Remove-getopt-from-examples.patch Ports: Remove getconf from bash examples 2023-04-27 10:25:42 +01:00
ReadMe.md Ports: Remove getconf from bash examples 2023-04-27 10:25:42 +01:00

Patches for bash on SerenityOS

0001-accept.c-Include-sys-select.h.patch

accept.c: Include sys/select.h

This is transitively pulled in by other headers in some systems, serenity is not one of them.

0002-Remove-getopt-from-examples.patch

Remove getopt from examples

We currently fail to build getconf.c because we are missing libintl.h and don't support multiple needed syscalls (from around 300 total syscalls).