]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
site/powerpc32-linux: Do not cache statvfs64 across glibc and musl
authorKhem Raj <raj.khem@gmail.com>
Mon, 9 Jan 2023 01:02:53 +0000 (17:02 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Jan 2023 14:19:33 +0000 (14:19 +0000)
Newer version of musl does not expose LFS64 interfaces, therefore
caching this is not right thing to do across both glibc and musl
moreover we will enable largefile support on glibc too therefore caching
it here is redundant.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/site/powerpc32-linux

index 501e5b605decd9662beed71e7a574cec160a8664..764e97e4c31bc68175acdb945c878f4a676511af 100644 (file)
@@ -195,7 +195,6 @@ liberty_cv_uint64=${liberty_cv_uint64=uint64_t}
 
 #samba
 ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes}
-fu_cv_sys_stat_statvfs64=${fu_cv_sys_stat_statvfs64=yes}
 samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=${samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=no}
 samba_cv_HAVE_BROKEN_GETGROUPS=${samba_cv_HAVE_BROKEN_GETGROUPS=no}
 samba_cv_HAVE_BROKEN_READDIR=${samba_cv_HAVE_BROKEN_READDIR=yes}