From: Michael Tremer Date: Wed, 30 Apr 2025 10:36:38 +0000 (+0000) Subject: iftop: Fix build with GCC 15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4417abf3febaf675a4b95c1a1154b6b765c6da01;p=people%2Fms%2Fipfire-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