From e7872e67777466e71a3df3b06cb60c277f4e63b1 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Mon, 10 Jul 2023 11:28:03 +1000 Subject: bootstrap-jim: Set _FILE_OFFSET_BITS=64 Without this, readdir() doesn't work properly on some 32 bit platforms Signed-off-by: Steve Bennett --- make-bootstrap-jim | 1 + 1 file changed, 1 insertion(+) diff --git a/make-bootstrap-jim b/make-bootstrap-jim index 315d610..0711e1d 100755 --- a/make-bootstrap-jim +++ b/make-bootstrap-jim @@ -102,6 +102,7 @@ cat <