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

[GR-54771] Build libffi with -fvisibility=hidden. #9146

Merged
merged 2 commits into from
Jun 21, 2024

Conversation

graalvmbot
Copy link
Collaborator

We're linking libffi statically. Without visibility=hidden, then can
result in name clashes with other versions of libffi that are pulled in
as transitive dependencies of random other libraries.

Fixes oracle/truffleruby#3590.

We're linking libffi statically. Without visibility=hidden, then can
result in name clashes with other versions of libffi that are pulled in
as transitive dependencies of random other libraries.
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jun 19, 2024
@graalvmbot graalvmbot closed this Jun 21, 2024
@graalvmbot graalvmbot deleted the rs/nfi/shade-libffi branch June 21, 2024 14:44
@graalvmbot graalvmbot merged commit 4186b49 into master Jun 21, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Segfault in 24.1.0-dev GFTC builds with pg driver
2 participants