1
0
forked from ports/opt

rust: add revdep file to find i686-unknown-linux-gnu libstd

This commit is contained in:
Danny Rawlins 2020-09-01 21:21:47 +10:00
parent 5377524a64
commit 83011a4992
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/fMxsn4MpWUj2oZdvFdemLr2Fm7IVIQtf598nD9nekyOtmoLWJ3d0spHm6qANghrCb+UcwiDDanhyuSZqnIlcwM=
SHA256 (Pkgfile) = 339989a8e05bc3d2cdfde7554b04c122a91f6702199b82f38d02ab1462983a8a
RWSE3ohX2g5d/SX1OC0HSf2o2r86r0hwp17R6b+sYp5HO1/f/eu2+SRCGWw93B7w1jwFnqLotmsR8AAHeZui8Xki2FJvuB0sgwo=
SHA256 (Pkgfile) = 0ca14cf8726f3fa301ef068d5589c293e749e20923a20fe43ece717b152fa474
SHA256 (.footprint) = f97f7e5cb932d4eb6d4ab793cdbaf15823ac94960a53139792e3e62d0ab8bb2d
SHA256 (rustc-1.46.0-src.tar.xz) = 865dae1290a205f16ded8818c6a0254cc32862985fc250a602a70285b7d92b82
SHA256 (rust-std-1.45.2-x86_64-unknown-linux-gnu.tar.xz) = 02309322467af8e37256ccf1f064f5233c7fca4423dffde0bd5eb32cde46942a

View File

@ -132,4 +132,7 @@ EOF
rm -v "$file"
fi
done < <(find "$PKG/usr/lib/rustlib" -path '*/analysis/*.json' -print0)
install -d $PKG/etc/revdep.d
echo "/usr/lib/rustlib/i686-unknown-linux-gnu/lib" > $PKG/etc/revdep.d/rust
}