From: Alexander Dahl via ptxdist <ptxdist@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Alexander Dahl <ada@thorsis.com>
Subject: [ptxdist] [PATCH 1/2] jq: Use global largefile option
Date: Mon, 22 Jun 2026 11:12:12 +0200 [thread overview]
Message-ID: <20260622091213.1383976-2-ada@thorsis.com> (raw)
In-Reply-To: <20260622091213.1383976-1-ada@thorsis.com>
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 <ada@thorsis.com>
---
rules/jq.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/jq.make b/rules/jq.make
index 7f6f6ebd6..e7677052f 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 \
--
2.47.3
next prev parent reply other threads:[~2026-06-22 9:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-22 9:12 [ptxdist] [PATCH 0/2] jq: version bump and preparation for it Alexander Dahl via ptxdist
2026-06-22 9:12 ` Alexander Dahl via ptxdist [this message]
2026-06-22 9:12 ` [ptxdist] [PATCH 2/2] jq: version bump 1.8.1 -> 1.8.2 Alexander Dahl via ptxdist
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260622091213.1383976-2-ada@thorsis.com \
--to=ptxdist@pengutronix.de \
--cc=ada@thorsis.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox