[Pkg-javascript-commits] [node-leveldown] 452/492: HAVE_CONFIG_H=1 for all, undo ssize_t define
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:30 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.
commit 26c09628eb2e56b45eae1ef361a900f6335af465
Author: Rod Vagg <rod at vagg.org>
Date: Sun Nov 17 21:13:41 2013 +1100
HAVE_CONFIG_H=1 for all, undo ssize_t define
---
deps/snappy/snappy.gyp | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/deps/snappy/snappy.gyp b/deps/snappy/snappy.gyp
index b4e7598..9682cf0 100644
--- a/deps/snappy/snappy.gyp
+++ b/deps/snappy/snappy.gyp
@@ -18,15 +18,16 @@
]
, 'direct_dependent_settings': {
'include_dirs': [
- '<(os_include)'
- , 'snappy-1.1.1'
+ 'snappy-1.1.1'
]
}
+ , 'defines': [
+ 'HAVE_CONFIG_H=1'
+ ]
, 'conditions': [
['OS == "win"', {
'defines': [
'_HAS_EXCEPTIONS=0'
- , 'ssize_t=int'
]
, 'msvs_settings': {
'VCCLCompilerTool': {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-leveldown.git
More information about the Pkg-javascript-commits
mailing list