]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/syslinux
syslinux: FTBFS with newer ld
[ipfire-2.x.git] / lfs / syslinux
index 6b66e69466de13ab399327e62ed8b2c67e728d48..1736d3c685d87103212c1461b1b16202d79ba31b 100644 (file)
@@ -74,6 +74,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/syslinux-6.03-fix-FTBFS-no-dynamic-linker.patch
 
        # Build
        cd $(DIR_APP) && make bios $(MAKETUNING)