mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:37:44 +00:00
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.
This commit is contained in:
parent
ed06429d33
commit
824d23570a
3 changed files with 31 additions and 2 deletions
|
@ -7,3 +7,9 @@ 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).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue