Skip to content

Commit

Permalink
openldap: 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 efa3546 commit 032febe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/openldap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ class Openldap < Formula

depends_on "openssl@1.1"

on_linux do
depends_on "util-linux"
end

def install
args = %W[
--disable-dependency-tracking
Expand Down

0 comments on commit 032febe

Please sign in to comment.