[PATCH] scripts/kconfig/lxdialog/check-lxdialog.sh: fix main function

Last Gived lastgived at gmail.com
Sat Aug 16 22:10:53 UTC 2025


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; }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/busybox/attachments/20250817/cf8bac1b/attachment.htm>


More information about the busybox mailing list