# HG changeset patch # User Pascal Bellard # Date 1650113013 0 # Node ID e7bde16e8f79e996838d8d700e2c2935752b4647 # Parent 0a3aadaa77365fd731f4a123dd2f8930019b9bbd memtest: add binutils 2.37 support diff -r 0a3aadaa7736 -r e7bde16e8f79 icu-dev/receipt --- a/icu-dev/receipt Fri Apr 15 16:39:27 2022 +0000 +++ b/icu-dev/receipt Sat Apr 16 12:43:33 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Development files for ICU lib." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" -WEB_SITE="https://icu-unicode.org/" +WEB_SITE="https://icu.unicode.org/" DEPENDS="gcc83-lib-base icu pkg-config" WANTED="icu" diff -r 0a3aadaa7736 -r e7bde16e8f79 icu/receipt --- a/icu/receipt Fri Apr 15 16:39:27 2022 +0000 +++ b/icu/receipt Sat Apr 16 12:43:33 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="C, C++ and Java libraries providing Unicode and Globalization." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" -WEB_SITE="https://icu-unicode.org/" +WEB_SITE="https://icu.unicode.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/unicode-org/$PACKAGE/archive/release-${VERSION/./-}.tar.gz" diff -r 0a3aadaa7736 -r e7bde16e8f79 memtest/receipt --- a/memtest/receipt Fri Apr 15 16:39:27 2022 +0000 +++ b/memtest/receipt Sat Apr 16 12:43:33 2022 +0000 @@ -37,6 +37,9 @@ # Rules to configure and make the package. compile_rules() { + # binutils 2.37 support + sed -i 's|\t}|&\n\t/DISCARD/ : { *(*) }|' memtest.bin.lds + ls $stuff/memtest*-$VERSION-*.patch && for i in $stuff/memtest*-$VERSION-*.patch ; do patch -p1 < $i