Skip to content

Commit 99e9ea2

Browse files
committed
netcat: fix build/test on arm64 linux
1 parent 471b4c0 commit 99e9ea2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Formula/n/netcat.rb

+9
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ class Netcat < Formula
2727
depends_on "autoconf" => :build
2828
depends_on "automake" => :build
2929

30+
# Fix running on Linux ARM64, using patch from Arch Linux ARM.
31+
# https://sourceforge.net/p/netcat/bugs/51/
32+
patch do
33+
on_arm do
34+
url "https://raw.githubusercontent.com/archlinuxarm/PKGBUILDs/05ebc1439262e7622ba4ab0c15c2a3bad1ac64c4/extra/gnu-netcat/gnu-netcat-flagcount.patch"
35+
sha256 "63ffd690c586b164ec2f80723f5bcc46d009ffd5e0dd78bbe56fd1b770fd0788"
36+
end
37+
end
38+
3039
def install
3140
# Regenerate configure script for arm64/Apple Silicon support.
3241
system "autoreconf", "--force", "--install", "--verbose"

0 commit comments

Comments
 (0)