wok diff grub4dos/receipt @ rev 25143

updated plsh (1.20171014 -> 1.20200522)
author Hans-G?nter Theisgen
date Wed Jun 29 14:42:01 2022 +0100 (24 months ago)
parents 932cd974e081
children 7dd01dedad38
line diff
     1.1 --- a/grub4dos/receipt	Tue Feb 08 18:20:23 2022 +0000
     1.2 +++ b/grub4dos/receipt	Wed Jun 29 14:42:01 2022 +0100
     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 \