Sergey Bobrenok d6fd305f12
Fix Android build with Go 1.23.0 or later (#1166)
The `github.com/wlynxg/anet` library depends on the `//go:linkname`
linker feature [1]. However, since Go 1.23.0, the usage of
`//go:linkname` has been restricted [2]. And now it's necessary to
explicitly specify `-checklinkname=0` linker flag to use it.

[1]
https://github.com/wlynxg/anet/blob/main/README.md#how-to-build-with-go-1230-or-later
[2] https://tip.golang.org/doc/go1.23#linker

Resolves: #1165
2024-09-29 21:06:36 +01:00
..
2021-03-24 15:39:55 +02:00
2018-11-14 19:25:35 +00:00
2024-05-27 22:52:48 +01:00
2019-03-05 22:27:51 +01:00
2022-04-17 23:38:16 +01:00
2023-10-28 14:58:52 +01:00
2023-10-28 14:58:52 +01:00