node: April 3, 2024 Security Releases
[feed/packages.git] / lang / node / patches / 999-revert_enable_pointer_authentication_on_arm64.patch
1 --- a/configure.py
2 +++ b/configure.py
3 @@ -1282,7 +1282,6 @@ def configure_node(o):
4
5 # Enable branch protection for arm64
6 if target_arch == 'arm64':
7 - o['cflags']+=['-msign-return-address=all']
8 o['variables']['arm_fpu'] = options.arm_fpu or 'neon'
9
10 if options.node_snapshot_main is not None: