podman: fix compilation with musl 1.2.4
authorTianling Shen <redacted>
Fri, 19 May 2023 07:53:38 +0000 (15:53 +0800)
committerTianling Shen <redacted>
Fri, 19 May 2023 14:30:41 +0000 (22:30 +0800)
commit3570a61cd330e95d98700c4ae5630406226a8026
tree4dae7934b485ac3f5c8d75daea21b73954976c9c
parent142bbc77f1aa8a81cd1ffb1ebad3ce4f2ef24b8a
podman: 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.

Manually pass -D_LARGEFILE64_SOURCE to allow to keep using LFS64 definitions.

Signed-off-by: Tianling Shen <redacted>
utils/podman/Makefile
git clone https://git.99rst.org/PROJECT