]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/syslinux
Zwischencommit... ISO wird gebaut!
[ipfire-2.x.git] / lfs / syslinux
index a22f13f590a1c0334b929852dc3ff845091b2401..063fa6c5116d9fe58458faf34b4790f54f44b7e0 100644 (file)
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: syslinux,v 1.6.2.11 2006/09/18 06:23:26 gespinasse Exp $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
@@ -32,7 +26,7 @@
 
 include Config
 
-VER        = 3.20
+VER        = 3.11
 
 THISAPP    = syslinux-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -48,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = dbb7c5acfa58220a158cd67854ef4625
+$(DL_FILE)_MD5 = 4aa8643bad413e5cf99fee4065f75734
 
 install : $(TARGET)
 
@@ -78,7 +72,6 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/syslinux-3.11-nossp.patch
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)