-
Notifications
You must be signed in to change notification settings - Fork 222
Open
Description
Hi,
when I compile my project (using hashicorp/mdns) on ARM64 I get the following compilation error:
[...]
# github.com/hashicorp/go.net/ipv4
../../hashicorp/go.net/ipv4/sockopt_asmreqn_unix.go:20:12: undefined: getsockopt
../../hashicorp/go.net/ipv4/sockopt_asmreqn_unix.go:41:42: undefined: setsockopt
../../hashicorp/go.net/ipv4/sockopt_unix.go:29:12: undefined: getsockopt
../../hashicorp/go.net/ipv4/sockopt_unix.go:51:42: undefined: setsockopt
# github.com/hashicorp/go.net/ipv6
../../hashicorp/go.net/ipv6/sockopt_rfc3493_unix.go:105:42: undefined: setsockopt
../../hashicorp/go.net/ipv6/sockopt_rfc3493_unix.go:114:42: undefined: setsockopt
../../hashicorp/go.net/ipv6/sockopt_rfc3542_unix.go:54:12: undefined: getsockopt
../../hashicorp/go.net/ipv6/sockopt_rfc3542_unix.go:75:12: undefined: getsockopt
../../hashicorp/go.net/ipv6/sockopt_rfc3542_unix.go:82:42: undefined: setsockopt
[...]
barnybug and 1ttric
Metadata
Metadata
Assignees
Labels
No labels