summaryrefslogtreecommitdiff
path: root/0001-Use-system-uv-zlib.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-03-29 14:49:40 +0000
committerCoprDistGit <infra@openeuler.org>2024-03-29 14:49:40 +0000
commit3acd8072bac312cc717fd727c094c3b6984b467a (patch)
treee7fe18f8c99d5eb1c91bac669f1af0091145739d /0001-Use-system-uv-zlib.patch
parentf33f930a478f4d2e6957a27bd1f07618a809e368 (diff)
automatic import of nodejsopeneuler23.03
Diffstat (limited to '0001-Use-system-uv-zlib.patch')
-rw-r--r--0001-Use-system-uv-zlib.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0001-Use-system-uv-zlib.patch b/0001-Use-system-uv-zlib.patch
new file mode 100644
index 0000000..4872187
--- /dev/null
+++ b/0001-Use-system-uv-zlib.patch
@@ -0,0 +1,25 @@
+From 114ef2bb6ce7712a9b6be0593d38e6a8874f8b67 Mon Sep 17 00:00:00 2001
+From: misaka00251 <liuxin@iscas.ac.cn>
+Date: Mon, 22 May 2023 21:44:32 +0800
+Subject: [PATCH] Use system uv & zlib
+
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 0be0659d..3c442014 100644
+--- a/Makefile
++++ b/Makefile
+@@ -169,7 +169,7 @@ with-code-cache test-code-cache:
+ $(warning '$@' target is a noop)
+
+ out/Makefile: config.gypi common.gypi node.gyp \
+- deps/uv/uv.gyp deps/llhttp/llhttp.gyp deps/zlib/zlib.gyp \
++ deps/llhttp/llhttp.gyp \
+ deps/simdutf/simdutf.gyp deps/ada/ada.gyp \
+ tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \
+ tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp
+--
+2.39.2 (Apple Git-143)
+