Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 897324 Details for
Bug 1099237
rhel7 ext4 defaults to 64 bit, which extlinux can't reliably read
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
changes to spec
0001-spec-debug-hacks.patch (text/plain), 1.75 KB, created by
Colin Walters
on 2014-05-19 21:15:30 UTC
(
hide
)
Description:
changes to spec
Filename:
MIME Type:
Creator:
Colin Walters
Created:
2014-05-19 21:15:30 UTC
Size:
1.75 KB
patch
obsolete
>From 349254f57f9cf0704d247b2f25c5254678719735 Mon Sep 17 00:00:00 2001 >From: Colin Walters <walters@verbum.org> >Date: Mon, 19 May 2014 17:14:59 -0400 >Subject: [PATCH] spec debug hacks > >--- > syslinux.spec | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) > >diff --git a/syslinux.spec b/syslinux.spec >index c73de5a..b7742a3 100644 >--- a/syslinux.spec >+++ b/syslinux.spec >@@ -2,7 +2,7 @@ Summary: Simple kernel loader which boots from a FAT filesystem > Name: syslinux > Version: 4.05 > %define tarball_version 4.05 >-Release: 8%{?dist} >+Release: 9.atomic.5%{?dist} > License: GPLv2+ > Group: Applications/System > URL: http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project >@@ -22,6 +22,7 @@ Requires: mtools, libc.so.6()(64bit) > Patch1: syslinux-isohybrid-fix-mbr.patch > Patch2: syslinux-4.05-avoid-ext2_fs.h.patch > Patch3: syslinux-4.05-man-pages.patch >+Patch4: 0001-debug-hacks.patch > > # NOTE: extlinux belongs in /sbin, not in /usr/sbin, since it is typically > # a system bootloader, and may be necessary for system recovery. >@@ -71,12 +72,15 @@ booting in the /tftpboot directory. > %patch1 -p1 -b .isohyb > %patch2 -p1 -b .ext2 > %patch3 -p1 -b .man-pages >+%patch4 -p1 -b .man-pages > > %build >-CFLAGS="-Werror -Wno-unused -finline-limit=2000" >+CFLAGS="-Werror -Wno-unused -finline-limit=2000 -DDEBUG=1" > export CFLAGS >+echo "GCCWARN += -DDEBUG=1 -DDEBUG_STDIO" > mk/local.mk > # If you make clean here, we lose the provided syslinux.exe >-#make clean >+make clean >+make > make installer > make -C sample tidy > >@@ -120,7 +124,7 @@ rm -rf %{buildroot} > %{_bindir}/syslinux > %dir %{_datadir}/syslinux > %{_datadir}/syslinux/*.com >-%{_datadir}/syslinux/*.exe >+#%{_datadir}/syslinux/*.exe > %{_datadir}/syslinux/*.c32 > %{_datadir}/syslinux/*.bin > %{_datadir}/syslinux/*.0 >-- >1.8.3.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1099237
:
897323
|
897324
|
943183