From: Michael Tremer Date: Fri, 2 May 2025 10:16:25 +0000 (+0000) Subject: pmacct: Fix build with GCC 15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=192aca09e2ea1cde24ce5195ed61e3a348c0bbb4;p=ipfire-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 ###############################################################################