nodejs: use system libuv
See https://github.com/void-linux/void-packages/issues/29034. `shared-uv.patch` has been in the repo for a while but was slightly broken.
This commit is contained in:
parent
c437985a3b
commit
0d47340150
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
}],
|
}],
|
||||||
+ [ 'node_shared_libuv=="false"', {
|
+ [ 'node_shared_libuv=="false"', {
|
||||||
+ 'dependencies': [ '../uv/uv.gyp:libuv' ],
|
+ 'dependencies': [ '../uv/uv.gyp:libuv' ],
|
||||||
+ }]
|
+ }],
|
||||||
+ [ 'node_shared_libuv=="true"', {
|
+ [ 'node_shared_libuv=="true"', {
|
||||||
+ 'libraries': [ '-luv' ],
|
+ 'libraries': [ '-luv' ],
|
||||||
+ }]
|
+ }]
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nodejs'
|
# Template file for 'nodejs'
|
||||||
pkgname=nodejs
|
pkgname=nodejs
|
||||||
version=14.16.0
|
version=14.16.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="node-v${version}"
|
wrksrc="node-v${version}"
|
||||||
# Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
|
# Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
|
||||||
hostmakedepends="which pkg-config python3 libatomic-devel zlib-devel
|
hostmakedepends="which pkg-config python3 libatomic-devel zlib-devel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue