luci-app-alist/alist
sbwml ef55fcb060 alist: fix compilation with musl 1.2.4
* musl-1.2.4: On the API level, the legacy "LFS64" ("large file support") interfaces, which were provided by macros remapping them to their standard names (`#define stat64 stat` and similar) have been deprecated and are no longer provided under the `_GNU_SOURCE` feature profile, only under explicit `_LARGEFILE64_SOURCE`. The latter will also be removed in a future version. Builds broken by this change can be fixed short-term by adding `-D_LARGEFILE64_SOURCE` to `CFLAGS`, but should be fixed to use the standard interfaces.
2023-05-17 22:29:46 +08:00
..
files/assets alist: bump to 3.0.0-beta.0 2022-09-09 20:33:21 +08:00
patches alist: bump to v3.17.0 2023-05-14 17:20:07 +08:00
Makefile alist: fix compilation with musl 1.2.4 2023-05-17 22:29:46 +08:00