File: rename-nodejs.patch

package info (click to toggle)
node-sqlite3 3.1.8%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,228 kB
  • ctags: 414
  • sloc: sql: 10,062; cpp: 1,874; sh: 149; makefile: 76; python: 8
file content (15 lines) | stat: -rw-r--r-- 470 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: rename node to nodejs
Last-Update: 2016-12-20
Author: Jérémy Lal <kapouer@melix.org>
Forwarded: not-needed
--- a/binding.gyp
+++ b/binding.gyp
@@ -7,7 +7,7 @@
   "targets": [
     {
       "target_name": "<(module_name)",
-      "include_dirs": ["<!(node -e \"require('nan')\")"],
+      "include_dirs": ["<!(nodejs -e \"require('nan')\")"],
       "conditions": [
         ["sqlite != 'internal'", {
             "include_dirs": [ "<(sqlite)/include" ],