[Pkg-javascript-commits] [node-leveldown] 241/492: Now builds on smartos with some arcane gyp flag added.

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:04 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 8fcecf9974307418b2a52e6addf630f3a0f977ff
Author: Mark Wolfe <mark at wolfe.id.au>
Date:   Fri Mar 8 23:21:06 2013 +0000

    Now builds on smartos with some arcane gyp flag added.
---
 deps/leveldb/leveldb.gyp | 2 ++
 deps/snappy/snappy.gyp   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/deps/leveldb/leveldb.gyp b/deps/leveldb/leveldb.gyp
index b55c5fb..538f68c 100644
--- a/deps/leveldb/leveldb.gyp
+++ b/deps/leveldb/leveldb.gyp
@@ -4,6 +4,8 @@
         'ldbversion': '1.9.0'
     }
   , 'type': 'static_library'
+		# Overcomes an issue with the linker and thin .a files on SmartOS
+  , 'standalone_static_library': 1
   , 'dependencies': [
         '../snappy/snappy.gyp:snappy'
     ]
diff --git a/deps/snappy/snappy.gyp b/deps/snappy/snappy.gyp
index 1a99cb7..5770caa 100644
--- a/deps/snappy/snappy.gyp
+++ b/deps/snappy/snappy.gyp
@@ -9,6 +9,8 @@
     }
   , 'target_name': 'snappy'
   , 'type': 'static_library'
+		# Overcomes an issue with the linker and thin .a files on SmartOS
+  , 'standalone_static_library': 1
   , 'include_dirs': [
         '<(os_include)'
       , 'snappy-1.1.0'

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