Merge pull request #307098 from r-ryantm/auto-update/cilium-cli
[NixPkgs.git] / pkgs / development / web / nodejs / revert-arm64-pointer-auth.patch
blobf5827983d7f2a542e8f382fead1a87e93c67e145
1 Fixes cross compilation to aarch64-linux by reverting
2 https://github.com/nodejs/node/pull/43200
4 --- old/configure.py
5 +++ new/configure.py
6 @@ -1236,7 +1236,6 @@
8 # Enable branch protection for arm64
9 if target_arch == 'arm64':
10 - o['cflags']+=['-msign-return-address=all']
11 o['variables']['arm_fpu'] = options.arm_fpu or 'neon'
13 if options.node_snapshot_main is not None: