]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
libconfig: Fix build with GCC 15
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 28 Apr 2025 09:59:45 +0000 (09:59 +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/libconfig

index 4a34a878e3f2a327168b4cbd89e6bc14dd5987c5..d1407b636c38f14205edf37a45f68b2da8495ce1 100644 (file)
@@ -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
 ###############################################################################