[10/42] jq: Fix build with GCC 15

Message ID 20250502101632.1082010-10-michael.tremer@ipfire.org
State New
Headers
Series [01/42] gcc: Update to 15 |

Commit Message

Michael Tremer May 2, 2025, 10:16 a.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 lfs/jq | 3 +++
 1 file changed, 3 insertions(+)
  

Patch

diff --git a/lfs/jq b/lfs/jq
index 518b04564..7f48b5d38 100644
--- a/lfs/jq
+++ b/lfs/jq
@@ -32,6 +32,9 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
+# Fix build with GCC 15
+CFLAGS += -std=gnu17
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################