Merge pull request #21103 from jefferyto/gensio-without-go
gensio: Fix build on build host with Go compiler
This commit is contained in:
commit
e31dfd4a9e
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ CONFIGURE_ARGS += \
|
||||||
--$(if $(CONFIG_GENSIO_PTHREADS),with,without)-pthreads \
|
--$(if $(CONFIG_GENSIO_PTHREADS),with,without)-pthreads \
|
||||||
--$(if $(CONFIG_GENSIO_GLIB),with,without)-glib \
|
--$(if $(CONFIG_GENSIO_GLIB),with,without)-glib \
|
||||||
--$(if $(CONFIG_GENSIO_TCL),with,without)-tcl \
|
--$(if $(CONFIG_GENSIO_TCL),with,without)-tcl \
|
||||||
|
--without-go \
|
||||||
--without-openipmi \
|
--without-openipmi \
|
||||||
--with-cplusplus \
|
--with-cplusplus \
|
||||||
--disable-doc
|
--disable-doc
|
||||||
|
|
Loading…
Reference in a new issue