X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fsyslinux;h=b2eec0d5be82c749d05d7273329dc09958b05b05;hb=839451c527ddb4563a3ea2361e012e405a5b11a2;hp=1670da27e6862b771353366ed76ce0488f057013;hpb=aba59b7c7664f83e0b07a8fa0dc1f133d3fe55d3;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/syslinux b/lfs/syslinux index 1670da27e6..b2eec0d5be 100644 --- a/lfs/syslinux +++ b/lfs/syslinux @@ -77,6 +77,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Apply patches cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/syslinux-6.03-sysmacros.patch + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/syslinux-6.04_replace-builtin-strlen-that-appears-to-get-optimized.patch + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/syslinux-6.04_pre1-fcommon.patch # Build cd $(DIR_APP) && make bios $(MAKETUNING)