From: Michael Tremer Date: Fri, 2 May 2025 10:16:21 +0000 (+0000) Subject: parted: Fix build with GCC 15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17c04831769a5959fdaa9b5a9403b950e9e148f6;p=ipfire-2.x.git parted: Fix build with GCC 15 Signed-off-by: Michael Tremer --- diff --git a/lfs/parted b/lfs/parted index be7bc0bcd..b3632a3c0 100644 --- a/lfs/parted +++ b/lfs/parted @@ -34,6 +34,8 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +# Fix build with GCC 15 +CFLAGS += -std=gnu17 ############################################################################### # Top-level Rules