| Summary: | tslib puts staging_dir into pkgconfig file | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Sven Neumann <s.neumann> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | buildroot, jacmet |
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | patch to convert tslib to Makefile.autotools.in | ||
Thanks, committed as r25364 |
Created attachment 37 [details] patch to convert tslib to Makefile.autotools.in As reported on the mailing-list, the tslib package passes options to configure that cause the generated tslib.pc file to contain pointers into the staging_dir. This causes applications and drivers that link with libts to search for that library in the staging_dir. Attached is a patch that changes tslib to use Makefile.autotools.in. This fixes the reported problems.