openwrt-packages/net/vsftpd
Tianling Shen 5c220eaef7
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 <cnsztl@immortalwrt.org>
(cherry picked from commit a9cda91502)
2023-06-23 14:16:48 +08:00
..
files
patches
Makefile vsftpd: fix compilation with musl 1.2.4 2023-06-23 14:16:48 +08:00