Bug 61

Summary: tslib puts staging_dir into pkgconfig file
Product: buildroot Reporter: Sven Neumann <s.neumann>
Component: OtherAssignee: 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

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