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

Fix --disable-rpath and tests #14953

Closed
wants to merge 1 commit into from

Conversation

alexcrichton
Copy link
Member

This involved a few changes to the local build system:

  • Makefiles now prefer our own LD_LIBRARY_PATH over the user's LD_LIBRARY_PATH
    in order to support building rust with rust already installed.
  • The compiletest program was taught to correctly pass through the aux dir as a
    component of LD_LIBRARY_PATH in more situations.

This change was spliced out of #14832 to consist of just the fixes to running
tests without an rpath setting embedded in executables.

This involved a few changes to the local build system:

* Makefiles now prefer our own LD_LIBRARY_PATH over the user's LD_LIBRARY_PATH
  in order to support building rust with rust already installed.
* The compiletest program was taught to correctly pass through the aux dir as a
  component of LD_LIBRARY_PATH in more situations.

This change was spliced out of rust-lang#14832 to consist of just the fixes to running
tests without an rpath setting embedded in executables.
@alexcrichton alexcrichton deleted the fix-no-rpath branch July 4, 2014 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants