refresh gyp bundled dep removal patch
This commit is contained in:
parent
d21c6c8b99
commit
fb183ee57b
@ -1,6 +1,18 @@
|
|||||||
--- Makefile~ 2013-05-17 13:59:10.000000000 -0700
|
From 4464455834276c845a63fede515cb62655afb2da Mon Sep 17 00:00:00 2001
|
||||||
+++ Makefile 2013-05-28 20:09:57.199250068 -0700
|
From: "T.C. Hollingsworth" <tchollingsworth@gmail.com>
|
||||||
@@ -43,7 +43,7 @@
|
Date: Tue, 12 Nov 2013 14:51:03 -0700
|
||||||
|
Subject: [PATCH] disable running gyp files for bundled deps
|
||||||
|
|
||||||
|
these aren't used in Fedora
|
||||||
|
---
|
||||||
|
Makefile | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/Makefile b/Makefile
|
||||||
|
index 8177017..81d150f 100644
|
||||||
|
--- a/Makefile
|
||||||
|
+++ b/Makefile
|
||||||
|
@@ -43,7 +43,7 @@ node_g: config.gypi out/Makefile
|
||||||
ln -fs out/Debug/node $@
|
ln -fs out/Debug/node $@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -8,4 +20,7 @@
|
|||||||
+out/Makefile: common.gypi node.gyp config.gypi
|
+out/Makefile: common.gypi node.gyp config.gypi
|
||||||
ifeq ($(USE_NINJA),1)
|
ifeq ($(USE_NINJA),1)
|
||||||
touch out/Makefile
|
touch out/Makefile
|
||||||
$(PYTHON) tools/gyp_node -f ninja
|
$(PYTHON) tools/gyp_node.py -f ninja
|
||||||
|
--
|
||||||
|
1.8.4.2
|
||||||
|
|
||||||
|
@ -83,7 +83,7 @@ The API documentation for the Node.js JavaScript runtime.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n node-v%{version}
|
%setup -q -n node-v%{version}
|
||||||
%patch1 -p0
|
%patch1 -p1
|
||||||
|
|
||||||
rm -rf deps
|
rm -rf deps
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user