On Tue, Jan 3, 2023 at 8:06 PM Khem Raj wrote:
>
> The vendored copy of zlib undefines _FILE_OFFSET_BITS when
> _LARGEFILE64_SOURCE is defined and enabling 64bit time_t requires 64bit
> off_t ( _FILE_OFFSET_BITS=64 ), therefore remove this from the
> zlib module
>
> Signed-off-by: Khem Raj
> ---
The vendored copy of zlib undefines _FILE_OFFSET_BITS when
_LARGEFILE64_SOURCE is defined and enabling 64bit time_t requires 64bit
off_t ( _FILE_OFFSET_BITS=64 ), therefore remove this from the
zlib module
Signed-off-by: Khem Raj
---
meta/recipes-devtools/rust/rust-source.inc| 1 +
.../rust