nodejs-19_x: 19.1.0 -> 19.2.0
https://github.com/nodejs/node/releases/tag/v19.2.0
This commit is contained in:
parent
27a7f95fc8
commit
a454ae19af
2 changed files with 16 additions and 10 deletions
13
pkgs/development/web/nodejs/revert-arm64-pointer-auth.patch
Normal file
13
pkgs/development/web/nodejs/revert-arm64-pointer-auth.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
Fixes cross compilation to aarch64-linux by reverting
|
||||
https://github.com/nodejs/node/pull/43200
|
||||
|
||||
--- old/configure.py
|
||||
+++ new/configure.py
|
||||
@@ -1236,7 +1236,6 @@
|
||||
|
||||
# Enable branch protection for arm64
|
||||
if target_arch == 'arm64':
|
||||
- o['cflags']+=['-msign-return-address=all']
|
||||
o['variables']['arm_fpu'] = options.arm_fpu or 'neon'
|
||||
|
||||
if options.node_snapshot_main is not None:
|
|
@ -8,17 +8,10 @@ let
|
|||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "19.1.0";
|
||||
sha256 = "sha256-Tqm6H5koFfuCOwIqYrYfU2Eh+XD+iMY5XH469OnPRqA=";
|
||||
version = "19.2.0";
|
||||
sha256 = "sha256-CVaw/wHy9jg4J+kWpgSBWc4r2wUhf2VKj/9U6BFtwX4=";
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
# Fixes cross compilation to aarch64-linux by reverting https://github.com/nodejs/node/pull/43200
|
||||
name = "revert-arm64-pointer-auth.patch";
|
||||
url = "https://github.com/nodejs/node/pull/43200/commits/d42c42cc8ac652ab387aa93205aed6ece8a5040a.patch";
|
||||
sha256 = "sha256-ipGzg4lEoftTJbt6sW+0QJO/AZqHvUkFKe0qlum+iLY=";
|
||||
revert = true;
|
||||
})
|
||||
|
||||
./revert-arm64-pointer-auth.patch
|
||||
./disable-darwin-v8-system-instrumentation-node19.patch
|
||||
./bypass-darwin-xcrun-node16.patch
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue