The source project of this merge request has been removed.
community/rust: use hardlinks instead of rpath
Until now we've just used rpath to link against the libraries in /usr/lib/rustlib instead of using the ones in /usr/lib. This is rather fragile to maintain downstream and makes it easy to accidentally break rustc. Replacing the libraries with hardlinks is easier to maintain downstream.