File: 01-win32.dpatch

package info (click to toggle)
syslinux 2%3A3.71%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 18,336 kB
  • ctags: 49,435
  • sloc: ansic: 188,623; asm: 12,943; pascal: 7,861; perl: 3,446; makefile: 1,968; sh: 771; python: 470; java: 324; xml: 14; php: 4
file content (19 lines) | stat: -rw-r--r-- 674 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh /usr/share/dpatch/dpatch-run
## 01-win32.dpatch by Daniel Baumann <daniel@debian.org>
##
## DP: Don't build win32 binaries.

@DPATCH@

diff -Naurp syslinux.orig/Makefile syslinux/Makefile
--- syslinux.orig/Makefile	2008-07-01 00:34:05.000000000 +0200
+++ syslinux/Makefile	2008-07-11 00:12:18.000000000 +0200
@@ -35,7 +35,7 @@ BTARGET  = version.gen version.h
 BOBJECTS = $(BTARGET) \
 	mbr/mbr.bin mbr/gptmbr.bin \
 	core/pxelinux.0 core/isolinux.bin core/isolinux-debug.bin \
-	gpxe/gpxelinux.0 dos/syslinux.com win32/syslinux.exe \
+	gpxe/gpxelinux.0 dos/syslinux.com \
 	memdisk/memdisk memdump/memdump.com
 
 # BSUBDIRs build the on-target binary components.