Skip to content

community/rust: use hardlinks instead of rpath

Rasmus Thomsen requested to merge (removed):rust into master

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.

Merge request reports