gensio: Fix build on build host with Go compiler
authorJeffery To <redacted>
Fri, 19 May 2023 12:03:43 +0000 (20:03 +0800)
committerJeffery To <redacted>
Fri, 19 May 2023 12:03:43 +0000 (20:03 +0800)
commitb9f23d957d474016f7fc4af0336d055c5a06a0e9
tree22cd196174d6f1746fb06ed493d9ea864c8f32d0
parent142bbc77f1aa8a81cd1ffb1ebad3ce4f2ef24b8a
gensio: Fix build on build host with Go compiler

If the build host has the Go compiler installed, then configure will
detect this and will try to compile gensio's Go support, leading to a
build failure.

This disables Go support entirely to fix this build failure.

Signed-off-by: Jeffery To <redacted>
net/gensio/Makefile
git clone https://git.99rst.org/PROJECT