Skip to content

Commit

Permalink
rathole: add rust 1.80 build patch
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Sep 11, 2024
1 parent 697a103 commit c92a1bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/r/rathole.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ class Rathole < Formula
depends_on "openssl@3"
end

# rust 1.80 build patch, upstream bug report, https://github.com/rapiz1/rathole/issues/380
patch do
url "https://raw.githubusercontent.com/Homebrew/formula-patches/bd353c6adb3601f32de0fa87f3acd34a98da6ec1/rathole/rust-1.80.patch"
sha256 "deca6178df16517f752c309f6290678cbddb24cd3839057f746d0817405965f9"
end

def install
# Ensure that the `openssl` crate picks up the intended library.
# https://crates.io/crates/openssl#manual-configuration
Expand Down

0 comments on commit c92a1bd

Please sign in to comment.