| Summary: | Modify ncurses5-config to get correct include path | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Henry Margies <henry.margies> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | buildroot, jacmet |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | PC SuSe 11.1 | Target: | ARM |
| Build: | |||
| Attachments: | Patch for ncurses | ||
Thanks, (a slightly cleaned up version) committed as r25475. |
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