]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
pmacct: Fix build with GCC 15
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 May 2025 10:16:25 +0000 (10:16 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 May 2025 14:32:43 +0000 (14:32 +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
 ###############################################################################