Skip to content

Fix linking on newer SmartOS versions

Ryan Sundberg requested to merge sundbry/bcrypt:smartos_gcc7_fix into master

Newer SmartOS versions require the 'xnet' library to be explicitly declared to the linker. While this might not be needed on plain Solaris this is good form non the less (since bcrypt uses symbols from the net library).

Merge request reports