Signed-off-by: Michael Tremer <[email protected]> --- lfs/iftop | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
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 -- 2.39.5
