Bug 61 - tslib puts staging_dir into pkgconfig file
Summary: tslib puts staging_dir into pkgconfig file
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P3 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-21 09:20 UTC by Sven Neumann
Modified: 2009-02-18 14:24 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments
patch to convert tslib to Makefile.autotools.in (4.22 KB, patch)
2009-01-21 09:20 UTC, Sven Neumann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Neumann 2009-01-21 09:20:54 UTC
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.
Comment 1 Peter Korsgaard 2009-02-18 14:24:05 UTC
Thanks, committed as r25364