Skip to content

Commit 48e6d84

Browse files
chenrui333branchvincent
authored andcommitted
gsasl 2.2.2
1 parent da79326 commit 48e6d84

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Formula/g/gsasl.rb

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class Gsasl < Formula
22
desc "SASL library command-line interface"
33
homepage "https://www.gnu.org/software/gsasl/"
4-
url "https://ftp.gnu.org/gnu/gsasl/gsasl-2.2.1.tar.gz"
5-
mirror "https://ftpmirror.gnu.org/gsasl/gsasl-2.2.1.tar.gz"
6-
sha256 "d45b562e13bd13b9fc20b372f4b53269740cf6279f836f09ce11b9d32bcee075"
4+
url "https://ftp.gnu.org/gnu/gsasl/gsasl-2.2.2.tar.gz"
5+
mirror "https://ftpmirror.gnu.org/gsasl/gsasl-2.2.2.tar.gz"
6+
sha256 "41e8e442648eccaf6459d9ad93d4b18530b96c8eaf50e3f342532ef275eff3ba"
77
license "GPL-3.0-or-later"
88

99
bottle do
@@ -20,10 +20,12 @@ class Gsasl < Formula
2020

2121
depends_on "libgcrypt"
2222

23+
on_macos do
24+
depends_on "gettext"
25+
end
26+
2327
def install
24-
system "./configure", "--disable-dependency-tracking",
25-
"--with-gssapi-impl=mit",
26-
"--prefix=#{prefix}"
28+
system "./configure", "--with-gssapi-impl=mit", *std_configure_args
2729
system "make", "install"
2830
end
2931

0 commit comments

Comments
 (0)