From: Michael Tremer Date: Wed, 30 Apr 2025 13:08:29 +0000 (+0000) Subject: pmacct: Fix build with GCC 15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f2e1bda8b0690b990959c98f65101f71263953b;p=people%2Fms%2Fipfire-2.x.git pmacct: Fix build with GCC 15 Signed-off-by: Michael Tremer --- diff --git a/lfs/pmacct b/lfs/pmacct index 91de82d3f..b56469a8e 100644 --- a/lfs/pmacct +++ b/lfs/pmacct @@ -40,6 +40,9 @@ DEPS = libcdada SERVICES = pmacct +# Fix build with GCC 15 +CFLAGS += -std=gnu17 + ############################################################################### # Top-level Rules ###############################################################################