From: Michael Tremer Date: Tue, 29 Apr 2025 16:06:25 +0000 (+0000) Subject: postfix: Fix build with GCC 15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5d93db3e07e1fb2fdc50ef0820ceb5e311dcf75;p=people%2Fms%2Fipfire-2.x.git postfix: Fix build with GCC 15 Signed-off-by: Michael Tremer --- 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