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

Do not use a libdir for glibc, it breaks Linux PPC64 #70

Merged
merged 1 commit into from
Mar 10, 2021

Conversation

jeremyevans
Copy link
Contributor

Fixes [Bug #12666]

@kou kou merged commit a267a40 into ruby:master Mar 10, 2021
@kou
Copy link
Member

kou commented Mar 10, 2021

Thanks!

@ahorek
Copy link

ahorek commented Mar 11, 2021

you may consider using the same trick as FFI
https://github.com/ffi/ffi/blob/master/lib/ffi/platform.rb#L141
https://github.com/ffi/ffi/blob/master/ext/ffi_c/Platform.c#L42

otherwise, libc.so.6 without an absolute path should be preferred.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants