Skip to content

Commit

Permalink
Support compilation on Solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
msantos committed Nov 12, 2014
1 parent 5fc37b8 commit 447d6aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion rebar.config
Expand Up @@ -10,7 +10,8 @@
{"i686", "PROCKET_CFLAGS", "-m$ERLANG_ARCH"},
{"i686", "CFLAGS", "$CFLAGS -m$ERLANG_ARCH"},
{"i686", "LDFLAGS", "-m$ERLANG_ARCH $LDFLAGS"},
{"i386", "PROCKET_CFLAGS", "-m$ERLANG_ARCH"}
{"i386", "PROCKET_CFLAGS", "-m$ERLANG_ARCH"},
{"solaris", "PROCKET_CFLAGS", "-lsocket -lnsl -m$ERLANG_ARCH"}
]}.

{pre_hooks, [
Expand Down
2 changes: 1 addition & 1 deletion src/procket.app.src
@@ -1,3 +1,3 @@
{application, procket,
[{description, "Low level socket operations"},
{vsn, "0.4.3"}]}.
{vsn, "0.4.4"}]}.

0 comments on commit 447d6aa

Please sign in to comment.