From: Jérémy Lal Date: Thu, 3 Apr 2025 21:21:02 +0000 (+0200) Subject: use system-installed node-gyp for building test modules X-Git-Tag: archive/raspbian/20.19.0+dfsg-2+rpi1^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2831288d0a291bbfd7d8f0bbb4fedeadb852d9dd;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 ff918ec06..627ad931b 100644 --- a/Makefile +++ b/Makefile @@ -390,13 +390,8 @@ test/addons/.docbuildstamp: $(DOCBUILDSTAMP_PREREQS) tools/doc/node_modules # for generating headers. The list is manually synchronized with install.py. ADDONS_HEADERS_PREREQS := tools/install.py \ config.gypi common.gypi \ - $(wildcard deps/openssl/config/*.h) \ - $(wildcard deps/openssl/openssl/include/openssl/*.h) \ - $(wildcard deps/uv/include/*.h) \ - $(wildcard deps/uv/include/*/*.h) \ $(wildcard deps/v8/include/*.h) \ $(wildcard deps/v8/include/*/*.h) \ - deps/zlib/zconf.h deps/zlib/zlib.h \ src/node.h src/node_api.h src/js_native_api.h src/js_native_api_types.h \ src/node_api_types.h src/node_buffer.h src/node_object_wrap.h \ src/node_version.h @@ -417,7 +412,7 @@ ADDONS_BINDING_SOURCES := \ $(filter-out test/addons/??_*/*.h, $(wildcard test/addons/*/*.h)) ADDONS_PREREQS := test/addons/.headersbuildstamp \ - deps/npm/node_modules/node-gyp/package.json tools/build_addons.py + tools/build_addons.py define run_build_addons env $(PYTHON) "$$PWD/tools/build_addons.py" --loglevel=$(LOGLEVEL) --headers-dir "$(ADDONS_HEADERS_DIR)" $1