From: Michael Tremer Date: Tue, 29 Apr 2025 15:39:13 +0000 (+0000) Subject: cifs-utils: Fix build with GCC 15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59086fdb70a08c0e619b555a01569ca608eae67b;p=people%2Fms%2Fipfire-2.x.git cifs-utils: Fix build with GCC 15 Signed-off-by: Michael Tremer --- diff --git a/lfs/cifs-utils b/lfs/cifs-utils index a53c00bc9..068abee04 100644 --- a/lfs/cifs-utils +++ b/lfs/cifs-utils @@ -40,6 +40,9 @@ DEPS = libtalloc SERVICES = +# Fix build with GCC 15 +CFLAGS += -std=gnu17 + ############################################################################### # Top-level Rules ###############################################################################