Commit 10651994 by Dane Springmeyer

Merge pull request #444 from strongloop-forks/fix-glibc-missing-symbol-errors

Fix glibc missing symbol errors
parents 07aaf737 ba86b2ea
......@@ -31,6 +31,7 @@
}
]
],
"cflags": [ "-include ../src/gcc-preinclude.h" ],
"sources": [
"src/database.cc",
"src/node_sqlite3.cc",
......
......@@ -71,6 +71,7 @@
'dependencies': [
'action_before_build'
],
'cflags': [ '-include ../src/gcc-preinclude.h' ],
'sources': [
'<(SHARED_INTERMEDIATE_DIR)/sqlite-autoconf-<@(sqlite_version)/sqlite3.c'
],
......
......@@ -36,7 +36,7 @@
"url": "git://github.com/mapbox/node-sqlite3.git"
},
"dependencies": {
"nan": "~1.6.2",
"nan": "~1.8.4",
"node-pre-gyp": "~0.6.4"
},
"bundledDependencies": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment