| Summary: | Cannot compile busybox - fails because match_fstype was not found in libbb/lib.a | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Vesa Jääskeläinen <dachaac> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.19.x | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Patch to fix compilation problem with 1.19.1 | ||
Already fixed in git. |
Created attachment 3559 [details] Patch to fix compilation problem with 1.19.1 Commit cc272b06eefb87030bb85b686abdbc22b5ed1c34 added #ifdef protection in match_fstype.c. However first #ifdef was in wrong place in order for HAVE_MNTENT_H to have any effect on compilation. Attached patch fixes this problem and allows busybox to be compiled.