From: Michael Tremer Date: Wed, 30 Apr 2025 10:20:09 +0000 (+0000) Subject: ipfire-netboot: Fix build with GCC 15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ebde417258f5f6c7e6338ec98da982bed50b5c7;p=people%2Fms%2Fipfire-2.x.git ipfire-netboot: Fix build with GCC 15 Signed-off-by: Michael Tremer --- diff --git a/lfs/ipfire-netboot b/lfs/ipfire-netboot index 9e7e3c5ea..c4e75bd81 100644 --- a/lfs/ipfire-netboot +++ b/lfs/ipfire-netboot @@ -78,9 +78,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Extract iPXE source cd $(DIR_APP) && tar axf $(DIR_DL)/ipxe-$(PXE_VER).tar.gz cd $(DIR_APP) && rm -rfv ipxe && ln -s ipxe-$(PXE_VER) ipxe - cd $(DIR_APP) && make $(MAKETUNING) bin/ipxe.lkrn + cd $(DIR_APP) && make $(MAKETUNING) bin/ipxe.lkrn CC="gcc -std=gnu99" ifeq "$(BUILD_ARCH)" "x86_64" - cd $(DIR_APP) && make $(MAKETUNING) bin-x86_64-efi/ipxe.efi + cd $(DIR_APP) && make $(MAKETUNING) bin-x86_64-efi/ipxe.efi CC="gcc -std=gnu99" endif # Installation