| Summary: | zerofree: missing library and allow static build | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | VIAVI_AB <andrea.biardi> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED MOVED | ||
| Severity: | minor | CC: | buildroot, yann.morin.1998 |
| Priority: | P5 | ||
| Version: | 2023.02.1 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | proposed patch | ||
Thank you for your report.
The issue tracker for the Buildroot project has been moved to
the Gitlab.com issue tracker:
https://gitlab.com/buildroot.org/buildroot/-/issues
We are taking this opportunity to close old issues in this old
tracker. If you believe your issue is still relevant, please
open one in the new issue tracker.
Thank you!
|
Created attachment 9596 [details] proposed patch Two minor problems with the recently-added zerofree target package: - It needs to be linked with "com_err". - The Config.in file says it "needs a toolchain w/ dynamic library", but that doesn't seem to be the case, as it builds and works perfectly when statically linked (at least with musl, probably with uclibc as well). Patch attached for consideration.