]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
cifs-utils: Fix build with GCC 15
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Apr 2025 15:39:13 +0000 (15:39 +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/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
 ###############################################################################