Created attachment 77 [details] Patch for ncurses Some tools (e.g. alsamixer) are using ncurses5-config --cflags --libs to get the include and library path needed for ncurses. With ncurses6 installed on your host system, ncurses5-config --cflags returns -I/usr/include/ncurses which will break your build. This patch will modify the prefix setting to point to the staging dir. Let me know what you think. Best regards, Henry
Thanks, (a slightly cleaned up version) committed as r25475.