wok-current rev 24941
memtest: add binutils 2.37 support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 16 12:43:33 2022 +0000 (2022-04-16) |
parents | 0a3aadaa7736 |
children | d1f31f5f6401 |
files | icu-dev/receipt icu/receipt memtest/receipt |
line diff
1.1 --- a/icu-dev/receipt Fri Apr 15 16:39:27 2022 +0000 1.2 +++ b/icu-dev/receipt Sat Apr 16 12:43:33 2022 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Development files for ICU lib." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 LICENSE="MIT" 1.7 -WEB_SITE="https://icu-unicode.org/" 1.8 +WEB_SITE="https://icu.unicode.org/" 1.9 1.10 DEPENDS="gcc83-lib-base icu pkg-config" 1.11 WANTED="icu"
2.1 --- a/icu/receipt Fri Apr 15 16:39:27 2022 +0000 2.2 +++ b/icu/receipt Sat Apr 16 12:43:33 2022 +0000 2.3 @@ -6,7 +6,7 @@ 2.4 SHORT_DESC="C, C++ and Java libraries providing Unicode and Globalization." 2.5 MAINTAINER="pankso@slitaz.org" 2.6 LICENSE="MIT" 2.7 -WEB_SITE="https://icu-unicode.org/" 2.8 +WEB_SITE="https://icu.unicode.org/" 2.9 2.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.11 WGET_URL="https://github.com/unicode-org/$PACKAGE/archive/release-${VERSION/./-}.tar.gz"
3.1 --- a/memtest/receipt Fri Apr 15 16:39:27 2022 +0000 3.2 +++ b/memtest/receipt Sat Apr 16 12:43:33 2022 +0000 3.3 @@ -37,6 +37,9 @@ 3.4 # Rules to configure and make the package. 3.5 compile_rules() 3.6 { 3.7 + # binutils 2.37 support 3.8 + sed -i 's|\t}|&\n\t/DISCARD/ : { *(*) }|' memtest.bin.lds 3.9 + 3.10 ls $stuff/memtest*-$VERSION-*.patch && 3.11 for i in $stuff/memtest*-$VERSION-*.patch ; do 3.12 patch -p1 < $i