Skip to content

Conversation

@richardlau
Copy link
Member

#17604 refactored the gyp files
so that -blibpath: on AIX was only set if node_shared=="true".
Restore the setting for non-shared builds.

Fixes: #25444

PR-URL: #25447
Reviewed-By: Gireesh Punathil [email protected]
Reviewed-By: Michael Dawson [email protected]

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added build Issues and PRs related to build files or the CI. v8.x labels Jan 15, 2019
@richardlaurichardlauforce-pushed the restore-aix-blibpath-8 branch from f2f5eb3 to ff1be85CompareJanuary 15, 2019 18:02
@richardlaurichardlau mentioned this pull request Jan 15, 2019
2 tasks
@richardlau
Copy link
MemberAuthor

Copy link
Member

@mhdawsonmhdawson left a comment

Choose a reason for hiding this comment

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

LGTM

@richardlaurichardlau added aix Issues and PRs related to the AIX platform. regression Issues related to regressions. labels Jan 15, 2019
nodejs#17604 refactored the gyp files so that `-blibpath:` on AIX was only set if `node_shared=="true"`. Restore the setting for non-shared builds. Fixes: nodejs#25444 Backport-PR-URL: nodejs#25521 PR-URL: nodejs#25447 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
@richardlaurichardlauforce-pushed the restore-aix-blibpath-8 branch from ff1be85 to 30be5efCompareMarch 6, 2019 20:50
@richardlau
Copy link
MemberAuthor

Rebased onto current v8.x-staging.

New CI: https://ci.nodejs.org/job/node-test-pull-request/21281/

BethGriggs pushed a commit that referenced this pull request Mar 19, 2019
#17604 refactored the gyp files so that `-blibpath:` on AIX was only set if `node_shared=="true"`. Restore the setting for non-shared builds. Fixes: #25444 Backport-PR-URL: #25521 PR-URL: #25447 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
@BethGriggs
Copy link
Member

Landed on v8.x-staging.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

aixIssues and PRs related to the AIX platform.buildIssues and PRs related to build files or the CI.regressionIssues related to regressions.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@richardlau@nodejs-github-bot@BethGriggs@sam-github@mhdawson@gdams