wok-current diff grub4dos/receipt @ rev 25449

BootProg/boot32.asm: floppy chs support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 12 16:35:46 2022 +0000 (2022-09-12)
parents 932cd974e081
children 7dd01dedad38
line diff
     1.1 --- a/grub4dos/receipt	Tue Feb 08 18:20:23 2022 +0000
     1.2 +++ b/grub4dos/receipt	Mon Sep 12 16:35:46 2022 +0000
     1.3 @@ -31,7 +31,8 @@
     1.4  	sed -i 's/\[ .grub-probe.*\]/mount | grep $grubdir | grep -q xfs/' \
     1.5  		util/grub-install.in
     1.6  	sed -i 's|-O binary conftest|--only-section=.text &|' acinclude.m4 configure
     1.7 -	sed -i 's|-O binary |&-R .note -R .comment -R .note.gnu.build-id |' stage?/Makefile*
     1.8 +	sed -i 's|-O binary|--only-section=.text &|' stage?/Makefile*
     1.9 +	sed -i 's|-Wl,-Ttext|-Wl,--section-start=.note.gnu.property=1000 &|' stage2/Makefile*
    1.10  	sh ./configure CC=gcc-3 \
    1.11  		--enable-preset-menu=$stuff/menu.lst \
    1.12  		--without-curses \