1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 19:33:59 +02:00
openwrt-packages/lang/node/patches/999-revert_enable_pointer_authentication_on_arm64.patch

11 lines
361 B
Diff
Raw Permalink Normal View History

--- a/node.gyp
+++ b/node.gyp
@@ -1215,6 +1215,7 @@
'deps/simdutf/simdutf.gyp:simdutf#host',
],
'libraries!':[ '-licui18n', '-licuuc', '-licudata', '-lcrypto', '-lssl', '-lz', '-lhttp_parser', '-luv', '-lnghttp2', '-lcares' ],
+ 'cflags!': ['-mbranch-protection=standard'],
'include_dirs': [
'tools',
'src',