wok-stable diff syslinux/stuff/syslinux-dont-build-dos-windows-targets.patch @ rev 7917
Add perl-text-csv.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Jan 09 17:18:37 2011 +0000 (2011-01-09) |
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 Sun Jan 09 17:18:37 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 \