mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
deps: patch V8 to avoid duplicated zlib symbol
PR-URL: https://github.com/nodejs/node/pull/54077 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
parent
91ab1101bc
commit
7bc0f245b4
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
# Reset this number to 0 on major V8 upgrades.
|
||||
# Increment by one for each non-official patch applied to deps/v8.
|
||||
'v8_embedder_string': '-node.0',
|
||||
'v8_embedder_string': '-node.1',
|
||||
|
||||
##### V8 defaults for Node.js #####
|
||||
|
||||
|
|
|
|||
3
deps/v8/third_party/zlib/chromeconf.h
vendored
3
deps/v8/third_party/zlib/chromeconf.h
vendored
|
|
@ -199,5 +199,8 @@
|
|||
/* Symbols added by cpu_features.c */
|
||||
#define cpu_check_features Cr_z_cpu_check_features
|
||||
#define x86_cpu_enable_sse2 Cr_z_x86_cpu_enable_sse2
|
||||
#define x86_cpu_enable_avx512 Cr_z_x86_cpu_enable_avx512
|
||||
#define riscv_cpu_enable_rvv Cr_z_riscv_cpu_enable_rvv
|
||||
#define riscv_cpu_enable_vclmul Cr_z_riscv_cpu_enable_vclmul
|
||||
|
||||
#endif /* THIRD_PARTY_ZLIB_CHROMECONF_H_ */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user