wok-6.x rev 25565 tip
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 (18 months ago) |
parents | ffc39a585c7c |
children | |
files | glibc/receipt gpxe/receipt grub4dos/receipt linld/receipt |
line diff
1.1 --- a/glibc/receipt Mon May 08 16:56:41 2023 +0200 1.2 +++ b/glibc/receipt Tue May 09 17:24:00 2023 +0000 1.3 @@ -142,6 +142,7 @@ 1.4 --disable-profile \ 1.5 --enable-add-ons \ 1.6 --enable-kernel=2.6.30 \ 1.7 + --enable-obsolete-rpc \ 1.8 --libexecdir=/usr/lib/glibc \ 1.9 --build=$HOST_SYSTEM \ 1.10 --host=$HOST_SYSTEM \
2.1 --- a/gpxe/receipt Mon May 08 16:56:41 2023 +0200 2.2 +++ b/gpxe/receipt Tue May 09 17:24:00 2023 +0000 2.3 @@ -33,7 +33,8 @@ 2.4 done 2.5 sed -i 's/ = ++ns->cur_rx %/++; ns->cur_rx %=/' drivers/net/ns83820.c 2.6 sed -i 's/ = (++tp->cur_rx) %/++; tp->cur_rx %=/' drivers/net/tulip.c 2.7 - make EXTRA_CFLAGS="-fno-strict-aliasing -Wno-error=unused-but-set-variable" bin/gpxe.lkrn bin/undionly.kpxe 2>&1 | grep -v housekeeping: | grep -v blib.list 2.8 + make EXTRA_CFLAGS="-fno-strict-aliasing -Wno-error=unused-but-set-variable -Wno-error=array-bounds" \ 2.9 + bin/gpxe.lkrn bin/undionly.kpxe 2>&1 | grep -v housekeeping: | grep -v blib.list 2.10 } 2.11 2.12 # Rules to gen a SliTaz package suitable for Tazpkg.
3.1 --- a/grub4dos/receipt Mon May 08 16:56:41 2023 +0200 3.2 +++ b/grub4dos/receipt Tue May 09 17:24:00 2023 +0000 3.3 @@ -10,7 +10,7 @@ 3.4 WEB_SITE="https://grub4dos.sourceforge.net/" 3.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 3.6 3.7 -BUILD_DEPENDS="lzma gcc3 binutils" 3.8 +BUILD_DEPENDS="lzma gcc binutils" 3.9 3.10 # What is the latest version available today? 3.11 current_version() 3.12 @@ -33,7 +33,9 @@ 3.13 sed -i 's|-O binary conftest|--only-section=.text &|' acinclude.m4 configure 3.14 sed -i 's|-O binary |&-R .note -R .comment -R .note.gnu.build-id |' stage?/Makefile* 3.15 sed -i 's|-Wl,-Ttext|-Wl,--section-start=.note.gnu.property=1000 &|' stage2/Makefile* 3.16 - sh ./configure CC=gcc-3 \ 3.17 + # Use -fno-reorder-functions to avoid Segment fault with gcc >= 4.6 3.18 + sh ./configure \ 3.19 + CFLAGS="-march=i486 -Os -pipe -fno-reorder-functions" \ 3.20 --enable-preset-menu=$stuff/menu.lst \ 3.21 --without-curses \ 3.22 $CONFIGURE_ARGS &&
4.1 --- a/linld/receipt Mon May 08 16:56:41 2023 +0200 4.2 +++ b/linld/receipt Tue May 09 17:24:00 2023 +0000 4.3 @@ -11,7 +11,7 @@ 4.4 BASE_SITE="https://busybox.net/~vda/$PACKAGE" 4.5 WEB_SITE="$BASE_SITE/README.txt" 4.6 WGET_URL="$BASE_SITE/$TARBALL" 4.7 -EXTRA_TOOL_URL="ftp://ftp.ibiblio.org/pub/micro/pc-stuff/freedos/gnuish/mawk122x.zip" 4.8 +EXTRA_TOOL_URL="http://www.ibiblio.org/pub/micro/pc-stuff/freedos/gnuish/mawk122x.zip" 4.9 EXTRA_TOOL="$(basename $EXTRA_TOOL_URL)" 4.10 EXTRA_SOURCE_FILES="$EXTRA_TOOL" 4.11