Specifically this update fixes the build of libfuse3, which on current
3.15.1 version and NDK toolchain fails with:
> ld.lld: error: version script assignment of 'FUSE_3.0' to symbol 'fuse_register_module' failed: symbol not defined
> ld.lld: error: version script assignment of 'FUSE_3.4' to symbol 'fuse_reply_copy_file_range' failed: symbol not defined
This was fixed upstream in
624783d73b.
Commit af18f1dac0b5 ("scripts: start_build: create libpthread and
librt as well") added helper libs so that packages that try to find
these libs can do so.
%ci:no-build