From: Michael Tremer Date: Wed, 30 Apr 2025 09:09:27 +0000 (+0000) Subject: iperf3: Fix build with GCC 15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eef61e75c4daa78d852f92f70c90efeb6ce921ce;p=people%2Fms%2Fipfire-2.x.git iperf3: Fix build with GCC 15 Signed-off-by: Michael Tremer --- diff --git a/lfs/iperf3 b/lfs/iperf3 index 43d325bc0..4ea5a7e69 100644 --- a/lfs/iperf3 +++ b/lfs/iperf3 @@ -40,6 +40,9 @@ DEPS = SERVICES = +# Fix build with GCC 15 +CFLAGS += -std=gnu17 + ############################################################################### # Top-level Rules ###############################################################################