Skip to content

Commit

Permalink
Now builds on smartos with some arcane gyp flag added.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfeidau committed Mar 8, 2013
1 parent cb40dac commit 8fcecf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deps/leveldb/leveldb.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]
Expand Down
2 changes: 2 additions & 0 deletions deps/snappy/snappy.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8fcecf9

Please sign in to comment.