Skip to content

Commit 30aec88

Browse files
authored
Merge pull request #251771 from Homebrew/netdata-arm64-linux
netdata: backport fix for arm64 linux
2 parents eebbd24 + 02ff113 commit 30aec88

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Formula/n/netdata.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ class Netdata < Formula
5252
depends_on "zstd"
5353
end
5454

55+
# Backport fix for arm64 linux
56+
patch do
57+
url "https://github.com/netdata/netdata/commit/e8d12d47bf6b9c3105363ccafaa53cdc80b2237b.patch?full_index=1"
58+
sha256 "b4a541f1528083665e29a5aa4d89786008114ea400aec8ae94d43e34ea7e3944"
59+
end
60+
5561
def install
5662
# Fix to error: no member named 'tcps_sc_zonefail' in 'struct tcpstat'
5763
# Issue ref: https://github.com/netdata/netdata/issues/20985

0 commit comments

Comments
 (0)