This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git
commit 1c3c2937a680bab308096eaca9a5b9ff62abd84c Author: Gregory Nutt <[email protected]> AuthorDate: Mon Apr 27 13:04:18 2020 -0600 cibuild.sh: Do not disable kconfig-frontend utilities. --- cibuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cibuild.sh b/cibuild.sh index 10f06ac..c06f4bb 100755 --- a/cibuild.sh +++ b/cibuild.sh @@ -117,7 +117,7 @@ function kconfig-frontends { ./configure --prefix=$prebuilt/kconfig-frontends \ --disable-kconfig --disable-nconf --disable-qconf \ --disable-gconf --disable-mconf --disable-static \ - --disable-shared --disable-L10n --disable-utils + --disable-shared --disable-L10n # Avoid "aclocal/automake missing" errors touch aclocal.m4 Makefile.in make install
