mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-28 06:30:31 +00:00
14 lines
477 B
Diff
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
|