Skip to content

Commit

Permalink
added libzmq.so.4 and libzmq.so.5 to aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmorley authored Dec 1, 2016
1 parent 66b4e95 commit a7bdfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function validate(name, handle)
end
end

zmq = library_dependency("zmq", aliases = ["libzmq", "libzmq.so.3"], validate = validate)
zmq = library_dependency("zmq", aliases = ["libzmq", "libzmq.so.3", "libzmq.so.4", "libzmq.so.5"], validate = validate)

provides(Sources, URI("https://archive.org/download/zeromq_3.2.4/zeromq-3.2.4.tar.gz"), zmq)
provides(BuildProcess, Autotools(libtarget = "src/.libs/libzmq." * BinDeps.shlib_ext), zmq)
Expand Down

0 comments on commit a7bdfc2

Please sign in to comment.