Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1Fixes cross compilation to aarch64-linux by reverting 2https://github.com/nodejs/node/pull/43200 3 4--- old/configure.py 5+++ new/configure.py 6@@ -1236,7 +1236,6 @@ 7 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' 12 13 if options.node_snapshot_main is not None: