We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 471b4c0 commit 99e9ea2Copy full SHA for 99e9ea2
Formula/n/netcat.rb
@@ -27,6 +27,15 @@ class Netcat < Formula
27
depends_on "autoconf" => :build
28
depends_on "automake" => :build
29
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
38
+
39
def install
40
# Regenerate configure script for arm64/Apple Silicon support.
41
system "autoreconf", "--force", "--install", "--verbose"
0 commit comments