Signed-off-by: Michael Tremer <michael.tre...@ipfire.org>
---
 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


Reply via email to