Skip to content

Commit

Permalink
gsasl: Fix audit --strict expression order. (#5670)
Browse files Browse the repository at this point in the history
  • Loading branch information
LivHere authored and MikeMcQuaid committed Oct 9, 2016
1 parent 5963636 commit 8bba35f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/gsasl.rb
Expand Up @@ -5,8 +5,6 @@ class Gsasl < Formula
mirror "https://ftp.gnu.org/gsasl/gsasl-1.8.0.tar.gz"
sha256 "310262d1ded082d1ceefc52d6dad265c1decae8d84e12b5947d9b1dd193191e5"

depends_on "libntlm" => :optional

bottle do
cellar :any
rebuild 2
Expand All @@ -17,6 +15,8 @@ class Gsasl < Formula
sha256 "5585b8bddf849b2b4b3f67da253c97556bfa526b8345006595cdefddf3385dd5" => :mountain_lion
end

depends_on "libntlm" => :optional

def install
system "./configure", "--disable-dependency-tracking",
"--with-gssapi-impl=mit",
Expand Down

0 comments on commit 8bba35f

Please sign in to comment.