wok rev 11599

syslinux: remove 4.04 patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 14 13:28:07 2012 +0100 (2012-01-14)
parents bdff68e2cdc7
children c3255426e227
files syslinux/receipt syslinux/stuff/syslinux-dont-build-dos-windows-targets.patch
line diff
     1.1 --- a/syslinux/receipt	Sat Jan 14 11:56:41 2012 +0100
     1.2 +++ b/syslinux/receipt	Sat Jan 14 13:28:07 2012 +0100
     1.3 @@ -16,8 +16,6 @@
     1.4  compile_rules()
     1.5  {
     1.6      cd $src
     1.7 -    # Do not try to build the Windows or DOS installers
     1.8 -    patch -p1 -i $stuff/syslinux-dont-build-dos-windows-targets.patch
     1.9      cp $stuff/tools/isohybrid.sh .
    1.10      cp $stuff/tools/keytab-lilo.pl .
    1.11      cp $stuff/extra/ifmem.c com32/modules
     2.1 --- a/syslinux/stuff/syslinux-dont-build-dos-windows-targets.patch	Sat Jan 14 11:56:41 2012 +0100
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,12 +0,0 @@
     2.4 -diff -Nur syslinux-4.02.orig//Makefile syslinux-4.02//Makefile
     2.5 ---- syslinux-4.02.orig//Makefile	2010-07-21 21:33:13.000000000 +0200
     2.6 -+++ syslinux-4.02//Makefile	2010-07-22 11:14:03.325522937 +0200
     2.7 -@@ -55,7 +55,7 @@
     2.8 - # files that depend only on the B phase, but may have to be regenerated
     2.9 - # for "make installer".
    2.10 - BSUBDIRS = codepage com32 lzo core memdisk modules mbr memdump gpxe sample \
    2.11 --	   libinstaller dos win32 win64 dosutil
    2.12 -+	   libinstaller
    2.13 - ITARGET  =
    2.14 - IOBJECTS = $(ITARGET) \
    2.15 - 	utils/gethostip utils/isohybrid utils/mkdiskimage \