| Summary: | ncurses-5.9 fails to compile statically | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Kelvin Cheung <keguang.zhang> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WONTFIX | ||
| Severity: | minor | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | My config | ||
|
Description
Kelvin Cheung
2012-12-19 07:16:15 UTC
Static builds should be enabled by BR2_PREFER_STATIC_LIB=y, not by passing -static in BR2_TARGET_OPTIMIZATION, otherwise many workarounds/tricks to enable proper static building in packages aren't used. Just look at all the conditionals based on BR2_PREFER_STATIC_LIB in package/ncurses/ncurses.mk that you're missing. |