wok-6.x diff grub4dos/receipt @ rev 25565
Reenable rpc for glibc, fix gpxe grub4dos receipt, fix linld url
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue May 09 17:24:00 2023 +0000 (21 months ago) |
parents | 20c2ee666646 |
children |
line diff
1.1 --- a/grub4dos/receipt Mon Feb 06 16:45:49 2023 +0000 1.2 +++ b/grub4dos/receipt Tue May 09 17:24:00 2023 +0000 1.3 @@ -10,7 +10,7 @@ 1.4 WEB_SITE="https://grub4dos.sourceforge.net/" 1.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="lzma gcc3 binutils" 1.8 +BUILD_DEPENDS="lzma gcc binutils" 1.9 1.10 # What is the latest version available today? 1.11 current_version() 1.12 @@ -33,7 +33,9 @@ 1.13 sed -i 's|-O binary conftest|--only-section=.text &|' acinclude.m4 configure 1.14 sed -i 's|-O binary |&-R .note -R .comment -R .note.gnu.build-id |' stage?/Makefile* 1.15 sed -i 's|-Wl,-Ttext|-Wl,--section-start=.note.gnu.property=1000 &|' stage2/Makefile* 1.16 - sh ./configure CC=gcc-3 \ 1.17 + # Use -fno-reorder-functions to avoid Segment fault with gcc >= 4.6 1.18 + sh ./configure \ 1.19 + CFLAGS="-march=i486 -Os -pipe -fno-reorder-functions" \ 1.20 --enable-preset-menu=$stuff/menu.lst \ 1.21 --without-curses \ 1.22 $CONFIGURE_ARGS &&