Skip to content

gh-117088: Fix AIX build #132595

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

gh-117088: Fix AIX build #132595

wants to merge 2 commits into from

Conversation

ayappanec
Copy link
Contributor

@ayappanec ayappanec commented Apr 16, 2025

This PR is to fix the problem mentioned in the issue #117088

@serhiy-storchaka
Copy link
Member

Does it support -soname= or something like? That option was originally used to fix #38147, so I wonder whether removing it may reintroduce a bug.

@ayappanec
Copy link
Contributor Author

Does it support -soname= or something like? That option was originally used to fix #38147, so I wonder whether removing it may reintroduce a bug.

AIX linker don't have support for "-soname" or any such equivalent. I don't think AIX was affected by #38147 for the same reason like solaris (as mentioned in that thread).

Copy link
Member

@serhiy-storchaka serhiy-storchaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

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

Successfully merging this pull request may close these issues.

2 participants