wok diff grub4dos/receipt @ rev 25444

Up firefox-official (104.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 04 18:56:05 2022 +0000 (2022-09-04)
parents 932cd974e081
children 7dd01dedad38
line diff
     1.1 --- a/grub4dos/receipt	Tue Feb 08 18:20:23 2022 +0000
     1.2 +++ b/grub4dos/receipt	Sun Sep 04 18:56:05 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 \