Bug 133

Summary: Modify ncurses5-config to get correct include path
Product: buildroot Reporter: Henry Margies <henry.margies>
Component: OtherAssignee: 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

Description Henry Margies 2009-02-27 09:24:07 UTC
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
Comment 1 Peter Korsgaard 2009-03-01 22:36:25 UTC
Thanks, (a slightly cleaned up version) committed as r25475.