]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
pmacct: Fix build with GCC 15
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 30 Apr 2025 13:08:29 +0000 (13:08 +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/pmacct

index 91de82d3f26a0ceecd3c68de376635a6580de57d..b56469a8eeaa168e3be2c66914f98ef76d68c69d 100644 (file)
@@ -40,6 +40,9 @@ DEPS       = libcdada
 
 SERVICES   = pmacct
 
+# Fix build with GCC 15
+CFLAGS += -std=gnu17
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################