vsftpd: fix compilation with musl 1.2.4
authorTianling Shen <redacted>
Thu, 22 Jun 2023 06:27:18 +0000 (14:27 +0800)
committerHannu Nyman <redacted>
Fri, 23 Jun 2023 04:13:38 +0000 (07:13 +0300)
commita9cda9150232c4907607a3f19ad1d0833541bc89
tree64f5cfaf6eef38335a50fdea2ce7ab195931e5e7
parent2b19da613f135181ed620128afa46bf74d212d4f
vsftpd: 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>
net/vsftpd/Makefile
git clone https://git.99rst.org/PROJECT