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

In cross builds looks at host system for default library path #4713

Closed
rossburton opened this issue Jan 3, 2019 · 2 comments
Closed

In cross builds looks at host system for default library path #4713

rossburton opened this issue Jan 3, 2019 · 2 comments

Comments

@rossburton
Copy link
Contributor

default_libdir() looks at the host paths to determine the default value of libdir:

  • if /etc/debian_version exists
  • if /usr/lib/lib64 exists

For native builds this is acceptable, but in cross builds these paths have no relevance. I believe these checks should be done only if the build isn't being cross-compiled.

@QuLogic
Copy link
Member

QuLogic commented Jan 4, 2019

Seems a dupe of #2535.

@rossburton
Copy link
Contributor Author

Yes, thanks.

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

No branches or pull requests

2 participants