[v10.x] deps: do not link against librt by sam-github · Pull Request #29729 · nodejs/node

@sam-github

It is not needed, and causes an unnecessary runtime dependency with some
linkers, such as devtoolset-6 on centos7-ppc64le.

See: nodejs#29718

@nodejs-github-bot added libuv

Issues and PRs related to the libuv dependency or the uv binding.

v10.x v8 engine

Issues and PRs related to the V8 dependency.

labels

Sep 26, 2019

@sam-github sam-github changed the title deps: do not link against librt [v10.x] deps: do not link against librt

Sep 26, 2019

BridgeAR

BethGriggs

devnexen

BethGriggs pushed a commit that referenced this pull request

Oct 1, 2019
It is not needed, and causes an unnecessary runtime dependency with some
linkers, such as devtoolset-6 on centos7-ppc64le.

See: #29718

PR-URL: #29729
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
Reviewed-By: David Carlier <devnexen@gmail.com>