This patch fixes the main function of the ncurses test in check-lxdialog.sh by defining the main function properly, which allows correct linking with ncurses libraries.
--- scripts/kconfig/lxdialog/check-lxdialog.sh +++ scripts/kconfig/lxdialog/check-lxdialog.sh @@ -47,7 +47,9 @@ -: main() {} +int main() { return 0; }
_______________________________________________ busybox mailing list busybox@busybox.net https://lists.busybox.net/mailman/listinfo/busybox