f2fs-tools: fix compilation with musl 1.2.4
authorTianling Shen <cnsztl@immortalwrt.org>
Tue, 16 May 2023 11:03:29 +0000 (19:03 +0800)
committerPetr Štetiar <ynezz@true.cz>
Tue, 16 May 2023 14:32:59 +0000 (16:32 +0200)
commit8f455f7c5e0c1fe7c8c2297a2fa4b2a6c7d6c91e
tree38edb190db4688c2e223c1d836a089e6a0d97b45
parent95577e7bd108b5c70e5c757ce5b73545e068b8d6
f2fs-tools: fix compilation with musl 1.2.4

musl 1.2.4 deprecated legacy "LFS64" ("large file support") interfaces and
autotools failed to check the lseek64 function.

Force enable ac_cv_func_lseek64 to workaround it.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
package/utils/f2fs-tools/Makefile