acl: fix compilation with musl 1.2.4
authorTianling Shen <cnsztl@immortalwrt.org>
Tue, 16 May 2023 09:17:06 +0000 (17:17 +0800)
committerTianling Shen <cnsztl@gmail.com>
Wed, 17 May 2023 05:43:13 +0000 (13:43 +0800)
commit6c6d8fe5420a1fc88797f406e4483d743b87ac60
tree1979feb747dde2a7eae92e51cc27c40616de2f4e
parenta5c2eececb64037a96163c62d41135b893f36ba8
acl: 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.

Backport an upstream fix to replace these old functions.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
utils/acl/Makefile
utils/acl/patches/103-chacl-Use-portable-version-of-dirent-and-readdir.patch [new file with mode: 0644]