From: Jérémy Lal Date: Tue, 9 Jul 2024 15:36:33 +0000 (+0200) Subject: use system-installed node-gyp for building test modules X-Git-Tag: archive/raspbian/18.20.4+dfsg-1_deb12u1+rpi1^2~23 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=18d8cb57d564681e11341f96b15d4e4c09709d3a;p=nodejs.git use system-installed node-gyp for building test modules Last-Update: 2015-09-09 Forwarded: not-needed Gbp-Pq: Topic deps Gbp-Pq: Name node_gyp.patch --- diff --git a/Makefile b/Makefile index 776bcd76c..79eb62e58 100644 --- a/Makefile +++ b/Makefile @@ -396,14 +396,13 @@ ADDONS_BINDING_SOURCES := \ $(filter-out test/addons/??_*/*.h, $(wildcard test/addons/*/*.h)) ADDONS_PREREQS := config.gypi \ - deps/npm/node_modules/node-gyp/package.json tools/build-addons.mjs \ + tools/build-addons.mjs \ deps/uv/include/*.h deps/v8/include/*.h \ src/node.h src/node_buffer.h src/node_object_wrap.h src/node_version.h define run_build_addons env npm_config_loglevel=$(LOGLEVEL) npm_config_nodedir="$$PWD" \ npm_config_python="$(PYTHON)" $(NODE) "$$PWD/tools/build-addons.mjs" \ - "$$PWD/deps/npm/node_modules/node-gyp/bin/node-gyp.js" \ $1 touch $2 endef