mpop: use GnuTLS instead of OpenSSL
OpenSSL support in mpop is not maintained. See https://marlam.de/msmtp/news/openssl-discouraged Closes #40529. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
7b244a7b83
commit
6e41a6423a
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ class Mpop < Formula
|
|||
homepage "https://marlam.de/mpop/"
|
||||
url "https://marlam.de/mpop/releases/mpop-1.4.4.tar.xz"
|
||||
sha256 "7d9cffe30999a7b2ea503df9b23ccbf42439b62271c45ebd7b5b04bed0654148"
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -12,7 +13,7 @@ class Mpop < Formula
|
|||
end
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "openssl"
|
||||
depends_on "gnutls"
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
|
||||
|
|
Loading…
Reference in a new issue