Robert Marko 6ff12094cd
libselinux: 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.

Signed-off-by: Robert Marko <robimarko@gmail.com>
2023-05-15 20:39:21 +02:00
..
2023-05-15 15:12:10 +02:00
2023-05-07 14:50:50 +02:00
2023-05-15 15:24:45 +02:00
2023-05-14 00:08:35 +02:00
2023-05-09 23:56:49 +02:00