]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
cifs-utils: Fix build with GCC 15
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 May 2025 10:16:13 +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/cifs-utils

index a53c00bc9f4b83b839662a67012f280631cc8adb..068abee042170b56b692d93b5e76dfe7f4f7ac31 100644 (file)
@@ -40,6 +40,9 @@ DEPS       = libtalloc
 
 SERVICES   =
 
+# Fix build with GCC 15
+CFLAGS += -std=gnu17
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################