]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
parted: Fix build with GCC 15
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 30 Apr 2025 09:18:00 +0000 (09:18 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 May 2025 10:16:27 +0000 (10:16 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/parted

index be7bc0bcd15ebf601e0d67853423b11368c350d1..b3632a3c0962ef9b38f1e77ed15e995205e4652f 100644 (file)
@@ -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