1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 19:03:52 +02:00
openwrt-packages/net/vsftpd
Tianling Shen a9cda91502 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>
2023-06-23 07:13:38 +03:00
..
files vsftpd: create directory for extra config files 2017-05-09 16:30:05 +03:00
patches vsftpd: update to 3.0.4 2021-06-02 02:00:26 -07:00
Makefile vsftpd: fix compilation with musl 1.2.4 2023-06-23 07:13:38 +03:00