xfsprogs: fix compilation with musl 1.2.4
authorTianling Shen <redacted>
Wed, 17 May 2023 12:29:40 +0000 (20:29 +0800)
committerNick Hainke <redacted>
Wed, 17 May 2023 13:37:59 +0000 (15:37 +0200)
commiteb8a3300d66edf520696c7c2fa47ca11d65f35df
treebb40ab157ee68407fbaeeba2b78887d80577b032
parent5312113c5422693471652899d7ad0ee5d72c4e37
xfsprogs: 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/xfsprogs/Makefile
git clone https://git.99rst.org/PROJECT