]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
pkg-config: Fix build with GCC 15
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 May 2025 09:28:17 +0000 (09:28 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 May 2025 13:34:12 +0000 (13:34 +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
 ###############################################################################