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

index 11a7a2a915572fe1593c1a3c3beed6111bf729ab..b97d50010a4487be5fc47235699f0e58d01e1a8c 100644 (file)
@@ -40,7 +40,8 @@ DEPS       =
 
 SERVICES   =
 
-CFLAGS    += -fcommon
+# Fix build with GCC 15
+CFLAGS    += -std=gnu17 -fcommon
 
 ###############################################################################
 # Top-level Rules