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