Robert Marko 6b17e19ad8
libbsd: fix compilation with musl 1.2.4
musl 1.2.4 deprecated legacy "LFS64" ("large file support") interfaces so
just having _GNU_SOURCE defined is not enough anymore.

_LARGEFILE64_SOURCE has to be defined in the source, or CFLAGS can be used
to pass -D_LARGEFILE64_SOURCE to allow to keep using LFS64 definitions.

Fixes: fff878c5bcda ("toolchain/musl: update to 1.2.4")
Signed-off-by: Robert Marko <robimarko@gmail.com>
2023-05-16 14:31:14 +02:00
..
2023-04-08 15:52:56 +02:00
2022-07-04 20:37:41 +02:00
2022-09-06 16:36:44 +01:00
2022-09-06 16:36:45 +01:00
2023-04-22 02:35:19 +02:00
2022-09-06 16:36:48 +01:00
2022-07-10 19:07:47 +02:00
2023-01-13 22:02:20 +01:00
2022-09-07 04:22:40 +01:00
2023-05-04 06:07:29 +02:00
2023-04-10 13:36:26 +02:00
2023-02-26 01:12:02 +01:00
2022-04-16 14:02:11 +02:00
2022-10-02 20:22:54 +02:00
2022-10-23 18:16:22 +02:00
2022-11-13 20:47:57 +01:00