Merge pull request #21103 from jefferyto/gensio-without-go
authorTianling Shen <cnsztl@immortalwrt.org>
Sat, 20 May 2023 05:09:04 +0000 (13:09 +0800)
committerGitHub <noreply@github.com>
Sat, 20 May 2023 05:09:04 +0000 (13:09 +0800)
gensio: Fix build on build host with Go compiler

net/gensio/Makefile

index c49da8e13fd565f5fc0c8bb02e217bb24cbfa056..b193a049259444cbd21cfedd9f05d4d72937bd92 100644 (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