Skip to content

Commit

Permalink
Merge pull request #288 from aknuds1/link-to-ssl
Browse files Browse the repository at this point in the history
Fix Alpine Linux build by linking to ssl
  • Loading branch information
jhecking authored Nov 1, 2018
2 parents 3df265d + 839141c commit 716cd61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@
['OS=="linux"',{
'libraries': [
'../aerospike-client-c/lib/libaerospike.a',
'-lz'
'-lz',
'-lssl',
],
'cflags': [ '-Wall', '-g', '-Warray-bounds', '-fpermissive', '-fno-strict-aliasing'],
}],
Expand Down

0 comments on commit 716cd61

Please sign in to comment.