From 8cb6c1268c2a45130a8231fa76872027c9f8c7f3 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Sat, 15 May 2010 11:46:25 +0000 Subject: [PATCH] -Fix problem where mboot.c32 wasn't actually compiled making patch ineffective Former-commit-id: ed19f29f2d23b4c7844645ee735aeef3fb8f7c5f --- syslinux/syslinux-xcat.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/syslinux/syslinux-xcat.spec b/syslinux/syslinux-xcat.spec index 1a8aa9f..55deee8 100644 --- a/syslinux/syslinux-xcat.spec +++ b/syslinux/syslinux-xcat.spec @@ -4,7 +4,7 @@ Summary: Kernel loader which uses a FAT, ext2/3 or iso9660 filesystem or a PXE network Name: syslinux Version: %{RPMVERSION} -Release: 1 +Release: 2 License: GPL Group: System/Boot Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{VERSION}.tar.bz2 @@ -61,6 +61,7 @@ booting in the /opt/xcat/share/xcat/netboot/syslinux directory. %build make CC='%{my_cc}' clean +make CC='%{my_cc}' -C com32 make CC='%{my_cc}' installer make CC='%{my_cc}' -C sample tidy