From 029405ad2e47fd877ba16e0a91328bcbdfc97061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Legan=C3=A9s=20Combarro=20=22piranna?= Date: Thu, 24 Sep 2015 20:47:16 +0200 Subject: [PATCH 1/2] Allow to set the location of the includes and libraries --- .gitignore | 2 ++ binding.gyp | 12 ++++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c4739ad..9985de0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ node_modules .nadconfig.mk build +deps/ +npm-debug.log diff --git a/binding.gyp b/binding.gyp index dee9fa3..d69e997 100644 --- a/binding.gyp +++ b/binding.gyp @@ -7,12 +7,20 @@ ], "conditions": [ ['OS!="win"', { + 'variables': + { + 'fuse_includes%' : ' Date: Fri, 25 Sep 2015 00:28:22 +0200 Subject: [PATCH 2/2] Re-enable pkg-config for libraries instead of hardcoded '-lfuse' --- binding.gyp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/binding.gyp b/binding.gyp index d69e997..83b3f89 100644 --- a/binding.gyp +++ b/binding.gyp @@ -9,18 +9,19 @@ ['OS!="win"', { 'variables': { - 'fuse_includes%' : '