Skip to content

Commit ddf19c1

Browse files
cho-mBrewTestBot
authored andcommitted
btpd: use openssl@3
Closes Homebrew#113561. Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
1 parent 4819f15 commit ddf19c1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Formula/btpd.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ class Btpd < Formula
1818
sha256 cellar: :any_skip_relocation, x86_64_linux: "5b2e4da63e65ec96199c8152d3e5e45f5c10c80d2f1e407c9cff9cd26a761ba9"
1919
end
2020

21-
depends_on "openssl@1.1"
21+
depends_on "openssl@3"
2222

2323
def install
24-
system "./configure", "--disable-dependency-tracking",
25-
"--prefix=#{prefix}"
24+
system "./configure", *std_configure_args
2625
system "make", "install"
2726
end
2827

0 commit comments

Comments
 (0)