]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
jq: Fix build with GCC 15
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 27 Apr 2025 17:33:28 +0000 (17:33 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 May 2025 10:16:27 +0000 (10:16 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/jq

diff --git a/lfs/jq b/lfs/jq
index 518b04564187eacb6ed38491e1503dfee315db95..7f48b5d3824a1fd220ae74cd4c86b63ef07dce4a 100644 (file)
--- 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
 ###############################################################################