From: Michael Tremer Date: Fri, 2 May 2025 10:16:13 +0000 (+0000) Subject: cifs-utils: Fix build with GCC 15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b7c5a82be4c3a340731ce86fa853fc6e51ff0744;p=ipfire-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 ###############################################################################