Skip to content

Commit

Permalink
Merge pull request #196851 from Homebrew/jose-exported-symbol
Browse files Browse the repository at this point in the history
jose: apply upstream PR to fix build on macOS
  • Loading branch information
BrewTestBot authored Nov 6, 2024
2 parents 00c17c8 + f4b1d7f commit da54b11
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Formula/j/jose.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ class Jose < Formula

uses_from_macos "zlib"

# Apply upstream PR to fix build on macOS to use `-exported_symbol`
# PR ref: https://github.com/latchset/jose/pull/163
patch do
url "https://github.com/latchset/jose/commit/228d6782235238ed0d03eb2443caf530b377ffd5.patch?full_index=1"
sha256 "14e147b1541a915badefa46535999c17fe3f04d2ba4754775b928e4d5e97ce1a"
end

def install
system "meson", "setup", "build", *std_meson_args
system "meson", "compile", "-C", "build", "--verbose"
Expand Down

0 comments on commit da54b11

Please sign in to comment.