Re: [OE-core] [PATCH v2 1/5] rust: Fix build with 64bit time_t

2023-01-03 Thread Alex Kiernan
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 > ---

[OE-core] [PATCH v2 1/5] rust: Fix build with 64bit time_t

2023-01-03 Thread 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