Thanks, applied as 4c311e9004c0f6ce2fc740319643b34ab4fb57f8.

Michael

[sent from post-receive hook]

On Thu, 25 Jun 2026 21:23:38 +0200, Alexander Dahl <[email protected]> wrote:
> With --disable-largefile build will fail on 32-bit armv5te after version
> bump to 1.8.2.  This is related to a recent y2038 fix for 32bit systems.
> 
> Link: https://github.com/jqlang/jq/pull/3407
> Fixes: 583aba9ac10a ("jq: Version bump, 1.6 -> 1.7")
> Signed-off-by: Alexander Dahl <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/rules/jq.make b/rules/jq.make
> index 7f6f6ebd67b4..e7677052f4e6 100644
> --- a/rules/jq.make
> +++ b/rules/jq.make
> @@ -34,7 +34,7 @@ JQ_LICENSE_FILES := 
> file://COPYING;md5=cf7fcb0a1def4a7ad62c028f7d0dca47
>  JQ_CONF_TOOL := autoconf
>  JQ_CONF_OPT  := \
>       $(CROSS_AUTOCONF_USR) \
> -     --disable-largefile \
> +     $(GLOBAL_LARGE_FILE_OPTION) \
>       --disable-valgrind \
>       --disable-asan \
>       --disable-ubsan \

Reply via email to