Files
termux-packages/packages/nodejs-lts/configure.py.patch
2022-10-21 05:32:32 +00:00

14 lines
477 B
Diff

--- ./configure.py.orig 2022-10-20 13:35:36.500629016 +0530
+++ ./configure.py 2022-10-20 13:35:54.980629009 +0530
@@ -1241,10 +1241,6 @@
o['variables']['want_separate_host_toolset'] = int(cross_compiling)
- # Enable branch protection for arm64
- if target_arch == 'arm64':
- o['cflags']+=['-msign-return-address=all']
-
if options.node_snapshot_main is not None:
if options.shared:
# This should be possible to fix, but we will need to refactor the