[v8.x backport] build: set `-blibpath:` for AIX by richardlau · Pull Request #25521 · nodejs/node

@nodejs-github-bot added build

Issues and PRs related to build files or the CI.

v8.x labels

Jan 15, 2019

mhdawson

sam-github

BethGriggs

@richardlau

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 <gpunathi@in.ibm.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>

This was referenced

Mar 6, 2019

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 <gpunathi@in.ibm.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>