firefox: fix packed_simd_2 sums for busybox patch

This commit is contained in:
Owen Rafferty 2023-10-23 18:11:19 -05:00
parent 7fd42bd1eb
commit 9184849584
No known key found for this signature in database
3 changed files with 4 additions and 10 deletions

View File

@ -7,6 +7,9 @@ done
sed '/UNZIP/d' toolkit/moz.configure > _
mv -f _ toolkit/moz.configure
sed 's/\("files":{\)[^}]*/\1/' third_party/rust/packed_simd_2/.cargo-checksum.json > _
mv -f _ third_party/rust/packed_simd_2/.cargo-checksum.json
# If using libc++, CXXSTDLIB needs to be set manually.
case $("$CC" -print-file-name=libc++.so) in */*)
export CXXSTDLIB=c++

View File

@ -4,4 +4,4 @@ ee279241e461011e2265086328d9d0a913ab938bb81aa97fa22b8b9b7edf5e33bc
8c0f419eb138061e67dbe2ac73e9c8332649fb90aacb57ac4f00d5de94c0cf23a8
80b730f4e9c58d33b26915b4a4c11e02443a07914cd7cea44ce17e93d0e0ba4cee
2914dbf6d620c3403fbe99fcd04618eaab4257b706470dec3bacc5952f79a0fa31
dd76eb81136108626ec35bb3a7fd187e091e77df759ff26f5b1827e9a6c314ad5f
f390798c2e0529716c22ebcefb66e3964224b93c33f332f46b73d173252dfa5df7

File diff suppressed because one or more lines are too long