gsasl: Fix audit --strict expression order. (#5670)
This commit is contained in:
parent
5963636d3b
commit
8bba35f0d9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue