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