Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37814648
en ru br
ALT Linux repos
S:4.04-alt19
D:3.61-alt1
5.0: 3.63-alt3
4.1: 3.36-alt2
4.0: 3.36-alt2
3.0: 2.11-alt1

Group :: System/Kernel and hardware
RPM: syslinux

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: remove-note-gnu-section.patch
Download


diff --git a/mbr/Makefile b/mbr/Makefile
index be2bded7..59e06915 100644
--- a/mbr/Makefile
+++ b/mbr/Makefile
@@ -36,7 +36,7 @@
 	$(LD) $(LDFLAGS) -T mbr.ld -e _start -o $@ $<
 
 %.bin: %.elf checksize.pl
-	$(OBJCOPY) -O binary $< $@
+	$(OBJCOPY) -O binary --remove-section .note.gnu.property $< $@
 	$(PERL) checksize.pl $@
 	$(CHMOD) -x $@
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin