[Buildroot] [PATCH 1/2] package/libv4l: backport upstream patch to fix time_t issue
Julien Olivain
ju.o at free.fr
Tue Apr 15 17:27:31 UTC 2025
On 14/04/2025 14:19, Thomas Petazzoni via buildroot wrote:
> libv4l has some really special code that is built explicitly with
> _FILE_OFFSET_BITS=32, which doesn't work with _TIME_BITS=64, causing
> build failures when BR2_TIME_BITS_64=y. This build issue has been
> fixed upstream. While how the upstream patch exactly works is unclear,
> it's the patch that upstream has decided to implement to resolve the
> build issue, so we simply backport it.
>
> The issue exists since at least upstream commit
> 99f245f5e2826c7ae3ac8de530bc2fbd906eb62b, which was merged in
> v4l-utils 1.26.0.
>
> Fixes:
>
>
> https://autobuild.buildroot.org/results/616608ef2a44efff67fa21b3263b341da82744c4/
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Series applied to master, thanks.
More information about the buildroot
mailing list