File remove-note-gnu-section.patch of Package syslinux

Index: syslinux-4.04/mbr/Makefile
===================================================================
--- syslinux-4.04.orig/mbr/Makefile
+++ syslinux-4.04/mbr/Makefile
@@ -36,7 +36,7 @@ all:	mbr.bin   altmbr.bin   gptmbr.bin
 	$(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 $@
 
openSUSE Build Service is sponsored by