From: Michael Tremer Date: Fri, 2 May 2025 10:16:24 +0000 (+0000) Subject: iftop: Fix build with GCC 15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f80bedac696d988baf1eac016dd6a590e7ee8f0;p=ipfire-2.x.git iftop: Fix build with GCC 15 Signed-off-by: Michael Tremer --- diff --git a/lfs/iftop b/lfs/iftop index b9e33c58f..75197d940 100644 --- a/lfs/iftop +++ b/lfs/iftop @@ -40,7 +40,8 @@ DEPS = SERVICES = -CFLAGS += -fcommon +# Fix build with GCC 15 +CFLAGS += -std=gnu17 -fcommon ############################################################################### # Top-level Rules