dc9737138e
- Fix build with GCC5 * crosstool-ng-gcc5.patch OBS-URL: https://build.opensuse.org/request/show/338811 OBS-URL: https://build.opensuse.org/package/show/electronics/crosstool-ng?expand=0&rev=6
14 lines
384 B
Diff
14 lines
384 B
Diff
Index: crosstool-ng-1.21.0/kconfig/nconf.c
|
|
===================================================================
|
|
--- crosstool-ng-1.21.0.orig/kconfig/nconf.c
|
|
+++ crosstool-ng-1.21.0/kconfig/nconf.c
|
|
@@ -1518,7 +1518,7 @@ int main(int ac, char **av)
|
|
}
|
|
|
|
notimeout(stdscr, FALSE);
|
|
- ESCDELAY = 1;
|
|
+ set_escdelay(1);
|
|
|
|
/* set btns menu */
|
|
curses_menu = new_menu(curses_menu_items);
|