Skip to content

Commit

Permalink
mosquitto: depend on util-linux on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
iMichka committed Jun 5, 2020
1 parent 3f7ea3b commit efa3546
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/mosquitto.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ class Mosquitto < Formula
depends_on "libwebsockets"
depends_on "openssl@1.1"

on_linux do
depends_on "util-linux"
end

def install
system "cmake", ".", *std_cmake_args, "-DWITH_WEBSOCKETS=ON"
system "make", "install"
Expand Down

0 comments on commit efa3546

Please sign in to comment.