Skip to content

Commit

Permalink
NetBSD doesn't have -luuid. uuid(3) lives in libc.
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jul 6, 2012
1 parent 66b5628 commit 3e59df8
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 @@ -3,6 +3,7 @@
{port_envs,
[{"DRV_LDFLAGS","deps/zeromq2/src/.libs/libzmq.a -shared $ERL_LDFLAGS -lstdc++ -luuid"},
{"darwin", "DRV_LDFLAGS", "deps/zeromq2/src/.libs/libzmq.a -bundle -flat_namespace -undefined suppress $ERL_LDFLAGS"},
{"netbsd", "DRV_LDFLAGS", "deps/zeromq2/src/.libs/libzmq.a -shared $ERL_LDFLAGS -lstdc++"},
{"DRV_CFLAGS","-Ic_src -Ideps/zeromq2/include -g -Wall -fPIC $ERL_CFLAGS"}]}.

{pre_hooks,[{compile,"make -C c_src"},
Expand Down

0 comments on commit 3e59df8

Please sign in to comment.