Pádraig Brady <[email protected]> writes: >> Pádraig, okay to commit the attached patch before the release? It >> allows me to build on Android 16 using the following: >> $ ./configure LDFLAGS='-landroid-selinux' >> This uses the default API level of 24 where statx and syncfs are >> missing. Therefore we need to use gl_CHECK_FUNCS_ANDROID. >> Collin >> P.S. I guess LDFLAGS='-landroid-selinux' should be in Gnulib >> somewhere, >> but termux already passes it to configure so that is not a new thing. > > This looks fine. Please apply.
Thanks, done. I also pushed an update to the Gnulib submodule [1]. This is because I fixed some other missing Android declarations in Gnulib that would prevent Coreutils from building [2]. The rest of the changes from the update are minimal, so I don't expect any problems because of it. Collin [1] https://github.com/coreutils/coreutils/commit/dfedc2ee63ad05311837940dc952c443c184bfd7 [2] https://lists.gnu.org/archive/html/bug-gnulib/2025-09/msg00273.html
