From f5d93db3e07e1fb2fdc50ef0820ceb5e311dcf75 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 29 Apr 2025 16:06:25 +0000 Subject: [PATCH] postfix: Fix build with GCC 15 Signed-off-by: Michael Tremer --- lfs/postfix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lfs/postfix b/lfs/postfix index c9fe4cbd8..c7c48895e 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -40,7 +40,9 @@ DEPS = SERVICES = postfix -CCARGS = `getconf LFS_CFLAGS` \ +CCARGS = \ + -std=gnu17 \ + `getconf LFS_CFLAGS` \ -DDEF_DAEMON_DIR="'\"/usr/lib/postfix\"'" \ -DDEF_MANPAGE_DIR="'\"/usr/share/man\"'" \ -DNO_NIS -- 2.39.5