nfs-kernel-server: fix compilation with musl 1.2.4
authorTianling Shen <cnsztl@immortalwrt.org>
Wed, 17 May 2023 03:26:29 +0000 (11:26 +0800)
committerTianling Shen <cnsztl@gmail.com>
Wed, 17 May 2023 08:03:28 +0000 (16:03 +0800)
commit79e507cb34dec4ae725c1a0e68a6fac627bba43f
treed6a5a2364242f69dccc78b8357a71bb06e71f4d7
parent9f32a9b663e4fa710413148b773866e60ab90918
nfs-kernel-server: 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 <cnsztl@immortalwrt.org>
net/nfs-kernel-server/Makefile