]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
postfix: Fix build with GCC 15
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Apr 2025 16:06:25 +0000 (16:06 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 May 2025 10:16:27 +0000 (10:16 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/postfix

index c9fe4cbd88187d9d162610b8e2d206977b423cca..c7c48895e038317eb34bdb6030e60c5492184036 100644 (file)
@@ -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