Skip to content

Commit

Permalink
Merge pull request #8 from Licenser/patch-1
Browse files Browse the repository at this point in the history
solaris compatibility
  • Loading branch information
Seth Falcon committed Jan 11, 2014
2 parents 820283b + de91d59 commit 7515e80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
{port_env,
[{"DRV_LDFLAGS","-shared $ERL_LDFLAGS -lpthread"},
{"darwin", "DRV_LDFLAGS", "-bundle -flat_namespace -undefined suppress $ERL_LDFLAGS -lpthread"},
{"solaris", "ERL_CFLAGS", "-lnsl $ERL_CFLAGS"},
{"DRV_CFLAGS","-Ic_src -Wall -fPIC $ERL_CFLAGS"}]}.

{port_specs, [{"priv/bcrypt_nif.so", ["c_src/*.c"]}]}.
Expand Down

0 comments on commit 7515e80

Please sign in to comment.