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