wok-current diff memtest/receipt @ rev 25733
Accept licence PyQt-x11-gpl, bump firmware* to 20240610, build imagemagick (merge)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Dec 20 16:13:23 2024 +0000 (3 weeks ago) |
parents | 3c71bb4367c3 |
children |
line diff
1.1 --- a/memtest/receipt Thu May 11 15:58:49 2023 +0000 1.2 +++ b/memtest/receipt Fri Dec 20 16:13:23 2024 +0000 1.3 @@ -11,7 +11,7 @@ 1.4 WEB_SITE="https://www.memtest.org/" 1.5 WGET_URL="https://github.com/memtest86plus/memtest86plus/archive/refs/tags/v$VERSION.tar.gz" 1.6 1.7 -BUILD_DEPENDS="xz lz4 lzsa gcc83" 1.8 +BUILD_DEPENDS="xz lz4 lzsa" 1.9 1.10 # What is the latest version available today? 1.11 current_version() 1.12 @@ -67,7 +67,7 @@ 1.13 compile_rules() 1.14 { 1.15 sed -i 's|64, MT_VERSION "." GIT_HASH|65, MT_VERSION ".SliTaz"|;s|"\.x32"|".386"|' app/display.c 1.16 - sed 's|gcc|gcc-83|;s|march=i586|march=i486|' -i build32/Makefile 1.17 + sed 's|march=i586|march=i486|' -i build32/Makefile 1.18 patch -p0 < $stuff/memtest86\+-6-386.patch 1.19 cd build32 1.20 make boot/startup.o