termux-packages/packages/make-guile
Chongyun Lee cea73f9a57 make{,-guile}: fix randomly EAGAIN error on arm
In `make` 4.4, `fifo` is added and has been default value of `jobserver-style` option,
and error EAGAIN will randomly happen if `pselect` is disabled. In Termux, `pselect` in
make is disabled to solve issue #2983.

Error msg is like `make: *** read jobs pipe: Try again.  Stop.`. It is originally happened
on `termux-docker`, but can be reproduced on AVD (API 24, armv7a).

This issue is fixed upstream when porting z/OS.

Part of 11444fb001
2023-02-07 18:18:03 +00:00
..
build.sh make{,-guile}: fix randomly EAGAIN error on arm 2023-02-07 18:18:03 +00:00
src-job.c.patch
src-posixos.c.patch make{,-guile}: fix randomly EAGAIN error on arm 2023-02-07 18:18:03 +00:00