[Pkg-javascript-commits] [node-expat] 116/371: Added execute permitions to node-gyp and fixed a minro bug passing an empty expat_root variable to compile with gyp

Jonas Smedegaard dr at jones.dk
Sun Feb 28 09:59:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository node-expat.

commit 9b7a9949f16ee91a9f93c4f8bbbe516ac58118b8
Author: abot <abot at epu.ntua.gr>
Date:   Fri Dec 16 16:42:16 2011 +0200

    Added execute permitions to node-gyp and fixed a minro bug passing an empty expat_root variable to compile with gyp
---
 tools/node-gyp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/node-gyp b/tools/node-gyp
old mode 100644
new mode 100755
index c663b92..9a21eb4
--- a/tools/node-gyp
+++ b/tools/node-gyp
@@ -29,5 +29,5 @@ fi
 #if we haven't got a gyp file exit
 [ -z "$module_filename" ] && echo "Gyp file not found!" && exit 1
 echo "Generating project"
-${NODE_ROOT}tools/gyp/gyp -f make $module_filename --depth=. -DNODE_ROOT=$NODE_ROOT -Dexpat=""
+${NODE_ROOT}tools/gyp/gyp -f make $module_filename --depth=. -DNODE_ROOT=$NODE_ROOT -Dexpat_root=""
 echo "Run make to compile the module"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git



More information about the Pkg-javascript-commits mailing list