Skip to content

Commit a1af4f9

Browse files
committed
fon-flash-cli: apply open PR commit to fix aarch64 linux
1 parent fa6428e commit a1af4f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Formula/f/fon-flash-cli.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ class FonFlashCli < Formula
2121

2222
uses_from_macos "libpcap"
2323

24+
# Apply open PR commit to fix aarch64 linux, https://github.com/ericpaulbishop/gargoyle/pull/1017
25+
patch do
26+
url "https://github.com/ericpaulbishop/gargoyle/commit/e69325f56366074d771379528d3c8cbf75cbb9e7.patch?full_index=1"
27+
sha256 "79a053f5796be94bbb6fe2d3d1a1f113236033cc5b8d579edcc4d9f0c63aef26"
28+
end
29+
2430
def install
2531
cd "fon-flash" do
2632
system "make", "fon-flash"

0 commit comments

Comments
 (0)