]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
pkg-config: Fix build with GCC 15
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 May 2025 10:16:28 +0000 (10:16 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 May 2025 14:32:44 +0000 (14:32 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/pkg-config

index c053fe4f2a9b558a9e0dde113f90c7bc8c9b10bd..191d0f4768b398459e761c592071786a20ee513d 100644 (file)
@@ -40,6 +40,9 @@ else
   TARGET = $(DIR_INFO)/$(THISAPP)-tools
 endif
 
+# Fix build with GCC 15
+CFLAGS += -std=gnu17
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################