Signed-off-by: Michael Tremer <[email protected]> --- lfs/cifs-utils | 3 +++ 1 file changed, 3 insertions(+)
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 ############################################################################### -- 2.39.5
