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

Remove extra rpaths in AIX shared libs #4136

Merged
merged 1 commit into from
Jul 17, 2019

Conversation

mikezhang1234567890
Copy link
Contributor

Add '-bnolibpath' to DLL link flags so that only the default library
paths are added to the loader section of those shared libraries being
built rather than the ones specified in '-L' flags, which can expose
system information.

Signed-off-by: mikezhang mike.h.zhang@ibm.com

Add '-bnolibpath' to DLL link flags so that only the default library
paths are added to the loader section of those shared libraries being
built rather than the ones specified in '-L' flags, which can expose
system information.

Signed-off-by: mikezhang <mike.h.zhang@ibm.com>
@rwy7
Copy link
Member

rwy7 commented Jul 17, 2019

Seeing as this change only affects makefile builds on AIX, there's no CI to run.

@rwy7 rwy7 merged commit 76f72d5 into eclipse:master Jul 17, 2019
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.

None yet

2 participants