Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 517530

Summary: sys-devel/crossdev: use pkg-config >=0.24 and PKG_CONFIG_SYSROOT_DIR
Product: Gentoo Linux Reporter: mike <mike>
Component: [OLD] Core systemAssignee: Embedded Gentoo Team <embedded>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: cross-pkg-config: require 0.24 and use PKG_CONFIG_SYSROOT_DIR

Description mike@marineau.org 2014-07-19 20:18:52 UTC
Created attachment 381072 [details, diff]
cross-pkg-config: require 0.24 and use PKG_CONFIG_SYSROOT_DIR

The bug with PKG_CONFIG_SYSROOT_DIR was fixed long ago and the
replacement code doesn't translate paths outside of /usr, causing the
wrapper to abort when it looks up a library installed in /lib.

pkg-config's PKG_CONFIG_SYSROOT_DIR does handle /lib or /lib64 properly so lets use it. :)