wok-stable diff syslinux/stuff/syslinux-dont-build-dos-windows-targets.patch @ rev 10479
Updated all sourced slitaz-dev-tools receipts to 1.1.2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed May 25 06:05:57 2011 +0000 (2011-05-25) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/syslinux/stuff/syslinux-dont-build-dos-windows-targets.patch Wed May 25 06:05:57 2011 +0000 1.3 @@ -0,0 +1,12 @@ 1.4 +diff -Nur syslinux-4.02.orig//Makefile syslinux-4.02//Makefile 1.5 +--- syslinux-4.02.orig//Makefile 2010-07-21 21:33:13.000000000 +0200 1.6 ++++ syslinux-4.02//Makefile 2010-07-22 11:14:03.325522937 +0200 1.7 +@@ -55,7 +55,7 @@ 1.8 + # files that depend only on the B phase, but may have to be regenerated 1.9 + # for "make installer". 1.10 + BSUBDIRS = codepage com32 lzo core memdisk modules mbr memdump gpxe sample \ 1.11 +- libinstaller dos win32 win64 dosutil 1.12 ++ libinstaller 1.13 + ITARGET = 1.14 + IOBJECTS = $(ITARGET) \ 1.15 + utils/gethostip utils/isohybrid utils/mkdiskimage \