From aea97d0316bba3696fc5950275a5b176045eec5d Mon Sep 17 00:00:00 2001 From: Hein-Pieter van Braam Date: Mon, 22 Jul 2024 15:14:03 +0200 Subject: [PATCH] backport fix for gcc 14 --- support/kconfig/lxdialog/check-lxdialog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 support/kconfig/lxdialog/check-lxdialog.sh diff --git a/support/kconfig/lxdialog/check-lxdialog.sh b/support/kconfig/lxdialog/check-lxdialog.sh old mode 100755 new mode 100644 index 16cd9a31862b..27d6c30a5707 --- a/support/kconfig/lxdialog/check-lxdialog.sh +++ b/support/kconfig/lxdialog/check-lxdialog.sh @@ -48,7 +48,7 @@ trap "rm -f $tmp" 0 1 2 3 15 check() { $cc -x c - -o $tmp 2>/dev/null <<'EOF' #include CURSES_LOC -main() {} +int main() {} EOF if [ $? != 0 ]; then echo " *** Unable to find the ncurses libraries or the" 1>&2