gh-117088: Fix AIX build#132595
Conversation
|
Does it support |
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). |
|
Thanks @ayappanec for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
(cherry picked from commit 47f1722) Co-authored-by: Ayappan Perumal <ayappap2@in.ibm.com>
|
GH-133838 is a backport of this pull request to the 3.14 branch. |
|
Thanks @ayappanec for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
(cherry picked from commit 47f1722) Co-authored-by: Ayappan Perumal <ayappap2@in.ibm.com>
|
GH-133839 is a backport of this pull request to the 3.13 branch. |
|
@serhiy-storchaka Thanks for the merge. |
|
You are welcome. |
This PR is to fix the problem mentioned in the issue #117088