Skip to content

Don't assume multiarch locations in Glibc module map #331

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

Closed
wants to merge 1 commit into from

Conversation

estan
Copy link

@estan estan commented Dec 8, 2015

This is the best way I could find to handle the fact that these headers are not in /usr/include/{arch-triplet} on most distros, but directly in /usr/include. There will probably be a cleaner way to get this path than checking if CMAKE_LIBRARY_ARCHITECTURE is set when this bug is fixed.

On non-Debian distros, these headers are directly in /usr/include.
@gribozavr
Copy link
Contributor

Could you check if pull request #282 fixes the issue for you?

@estan
Copy link
Author

estan commented Dec 8, 2015

Oh. Hadn't seen that one :) But I bet it does. It looks like essentially the same thing, only a little better since it parameterizes the locations of the other headers as well. I have to sleep now, but I'll try it out tomorrow.

@estan
Copy link
Author

estan commented Dec 8, 2015

Seems to do the trick. Closing this one.

@estan estan closed this Dec 8, 2015
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