Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 517530 - sys-devel/crossdev: use pkg-config >=0.24 and PKG_CONFIG_SYSROOT_DIR
Summary: sys-devel/crossdev: use pkg-config >=0.24 and PKG_CONFIG_SYSROOT_DIR
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-19 20:18 UTC by mike@marineau.org
Modified: 2014-07-29 06:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
cross-pkg-config: require 0.24 and use PKG_CONFIG_SYSROOT_DIR (0001-cross-pkg-config-require-0.24-and-use-PKG_CONFIG_SYS.patch,2.01 KB, patch)
2014-07-19 20:18 UTC, mike@marineau.org
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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. :)