Skip to content

Commit

Permalink
retire 0003-fix-ninja-args.patch as it does not seem to be required
Browse files Browse the repository at this point in the history
anymore for correctly building nodejs.
  • Loading branch information
jens-maus committed Sep 23, 2023
1 parent 80e5272 commit bf7ff56
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 39 deletions.
21 changes: 0 additions & 21 deletions buildroot-patches/0013-nodejs.patch
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
--- buildroot/package/nodejs/0003-fix-ninja-args.patch.orig
+++ buildroot/package/nodejs/0003-fix-ninja-args.patch
@@ -0,0 +1,18 @@
+--- node-v16.16.0/Makefile.orig 2022-09-20 08:48:42.172733518 +0200
++++ node-v16.16.0/Makefile 2022-09-20 08:49:03.556963313 +0200
+@@ -116,12 +116,12 @@
+ else
+ ifeq ($(BUILD_WITH), ninja)
+ ifeq ($(V),1)
+- NINJA_ARGS := $(NINJA_ARGS) -v
++NINJA_ARGS := $(NINJA_ARGS) -v
+ endif
+ ifdef JOBS
+- NINJA_ARGS := $(NINJA_ARGS) -j$(JOBS)
++NINJA_ARGS := $(NINJA_ARGS) -j$(JOBS)
+ else
+- NINJA_ARGS := $(NINJA_ARGS) $(filter -j%,$(MAKEFLAGS))
++NINJA_ARGS := $(NINJA_ARGS) $(filter -j%,$(MAKEFLAGS))
+ endif
+ $(NODE_EXE): config.gypi out/Release/build.ninja
+ ninja -C out/Release $(NINJA_ARGS)
--- buildroot/package/nodejs/nodejs.mk.orig
+++ buildroot/package/nodejs/nodejs.mk
@@ -47,14 +47,16 @@
Expand Down

This file was deleted.

Empty file.

0 comments on commit bf7ff56

Please sign in to comment.