[Pkg-javascript-commits] [node-leveldown] 405/492: added _REENTRANT for solaris leveldb compile

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:23 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 6bd57c42f14f775d270d5dcfc4b2b6c2272c1cfb
Author: Rod Vagg <rod at vagg.org>
Date:   Mon Sep 2 10:47:44 2013 +1000

    added _REENTRANT for solaris leveldb compile
---
 deps/leveldb/leveldb.gyp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/deps/leveldb/leveldb.gyp b/deps/leveldb/leveldb.gyp
index 05305db..7949d5d 100644
--- a/deps/leveldb/leveldb.gyp
+++ b/deps/leveldb/leveldb.gyp
@@ -80,6 +80,7 @@
       , ['OS == "solaris"', {
             'defines': [
                 'OS_SOLARIS=1'
+              , '_REENTRANT=1'
             ]
           , 'libraries': [
                 '-lrt'

-- 
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