When build with musl, the build fails as below. getdents_filter.c:18:5: error: unknown type name 'off64_t'; did you mean 'off_t'? 18 | off64_t d_off; | ^~~~~~~ | off_t make[5]: *** [Makefile:920: getdents_filter.o] Error 1
Created attachment 186717 [details] a proposed fix for off64_t not defined
I think the "fix" in https://bugs.kde.org/show_bug.cgi?id=511548 is a slightly nicer solution. *** This bug has been marked as a duplicate of bug 511548 ***