Skip to content

Commit 716cd61

Browse files
authored
Merge pull request #288 from aknuds1/link-to-ssl
Fix Alpine Linux build by linking to ssl
2 parents 3df265d + 839141c commit 716cd61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

binding.gyp

+2-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@
104104
['OS=="linux"',{
105105
'libraries': [
106106
'../aerospike-client-c/lib/libaerospike.a',
107-
'-lz'
107+
'-lz',
108+
'-lssl',
108109
],
109110
'cflags': [ '-Wall', '-g', '-Warray-bounds', '-fpermissive', '-fno-strict-aliasing'],
110111
}],

0 commit comments

Comments
 (0)