X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fipfire-netboot;h=23f5d43755fa0d8712d76ae9cb624ea0b8435aa8;hb=45e4d6af99d28d6453a9a29ab2fe7414aad016cb;hp=9536c95148c6a8020e95738ab7440c66846c4305;hpb=2d475a3c6c8e37295f97a07dcca9a6eed2dbb21f;p=ipfire-2.x.git diff --git a/lfs/ipfire-netboot b/lfs/ipfire-netboot index 9536c95148..23f5d43755 100644 --- a/lfs/ipfire-netboot +++ b/lfs/ipfire-netboot @@ -77,10 +77,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Extract iPXE source cd $(DIR_APP) && tar axf $(DIR_DL)/ipxe-$(PXE_VER).tar.gz + cd $(DIR_APP)/ipxe-$(PXE_VER) && patch -Np1 < $(DIR_SRC)/src/patches/ipxe-fix-stringop-truncation-warning-with-gcc-8-x.patch + cd $(DIR_APP)/ipxe-$(PXE_VER) && patch -Np1 < $(DIR_SRC)/src/patches/ipxe-handle-R_X86_64_PLT32.patch cd $(DIR_APP) && rm -rfv ipxe && ln -s ipxe-$(PXE_VER) ipxe - cd $(DIR_APP) && make bin/ipxe.lkrn + cd $(DIR_APP) && make $(MAKETUNING) bin/ipxe.lkrn ifeq "$(BUILD_ARCH)" "x86_64" - cd $(DIR_APP) && make bin-x86_64-efi/ipxe.efi + cd $(DIR_APP) && make $(MAKETUNING) bin-x86_64-efi/ipxe.efi endif # Installation