summarylogtreecommitdiffstats
path: root/esp8266-rtos-sdk-aur-ncurses-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'esp8266-rtos-sdk-aur-ncurses-fix.patch')
-rw-r--r--esp8266-rtos-sdk-aur-ncurses-fix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/esp8266-rtos-sdk-aur-ncurses-fix.patch b/esp8266-rtos-sdk-aur-ncurses-fix.patch
new file mode 100644
index 000000000000..aba01a64f68f
--- /dev/null
+++ b/esp8266-rtos-sdk-aur-ncurses-fix.patch
@@ -0,0 +1,13 @@
+diff --git a/tools/kconfig/lxdialog/check-lxdialog.sh b/tools/kconfig/lxdialog/check-lxdialog.sh
+index e9daa627..6408baae 100755
+--- a/tools/kconfig/lxdialog/check-lxdialog.sh
++++ b/tools/kconfig/lxdialog/check-lxdialog.sh
+@@ -63,7 +63,7 @@ trap "rm -f $tmp ${tmp%.tmp}.d" 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