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 <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To 2023-05-19 20:03:43 +08:00
parent 142bbc77f1
commit b9f23d957d
No known key found for this signature in database
GPG Key ID: C616D9E719E868E4
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ CONFIGURE_ARGS += \
--$(if $(CONFIG_GENSIO_PTHREADS),with,without)-pthreads \
--$(if $(CONFIG_GENSIO_GLIB),with,without)-glib \
--$(if $(CONFIG_GENSIO_TCL),with,without)-tcl \
--without-go \
--without-openipmi \
--with-cplusplus \
--disable-doc