Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpath is generally selected on a system level rather than a per-program level, rpath configuration should be supplied by something other than Cargo.toml #1001

Closed
codyps opened this issue Dec 3, 2014 · 2 comments
Labels
A-configuration Area: cargo config files and env vars

Comments

@codyps
Copy link
Contributor

codyps commented Dec 3, 2014

I'd prefer command line options to cargo, but .cargo/config is ok.

If people are actually using this in Cargo.toml, it probably makes sense just to have the new option override the Cargo.toml supplied settings.

@alexcrichton alexcrichton added the A-configuration Area: cargo config files and env vars label Jan 14, 2015
@stale
Copy link

stale bot commented Sep 21, 2018

As there hasn't been any activity here in a while would someone (the author, a team member, or any interested party) be able to summarise the current state, perhaps making explicit:

  • Is this still relevant?
  • If so, what is blocking it?
  • Is it known what could be done to help move this forward?

Thank you!

(The cargo team is currently evaluating the use of Stale bot, and using #6035 as the tracking issue to gather feedback.)

If you're reading this comment from the distant future, fear not if this was closed automatically. If you believe it's still an issue please leave a comment and a team member can reopen this issue. Opening a new issue is also acceptable!

@stale stale bot added the stale label Sep 21, 2018
@codyps
Copy link
Contributor Author

codyps commented Sep 23, 2018

The existence of RUSTFLAGS and .cargo/config's build.rustflags (etc) appears to resolve this issue. (Just pass -C rpath via those mechanisms).

@stale stale bot removed the stale label Sep 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-configuration Area: cargo config files and env vars
Projects
None yet
Development

No branches or pull requests

3 participants