Intelligent handling of legacy PKG_CONFIG_PATH dirs
commitc7dbfe5c32fbec0eba1b27ac35cfa8ffb0b27a74
authorThomas Leonard <talex5@gmail.com>
Sun, 24 May 2009 14:32:22 +0000 (24 15:32 +0100)
committerThomas Leonard <talex5@gmail.com>
Sun, 24 May 2009 14:34:28 +0000 (24 15:34 +0100)
tree31cf780cb609917960092219e28b5cdb028e0334
parentfe8604262ddbf16456ed5a9f1ff9397395b645ec
Intelligent handling of legacy PKG_CONFIG_PATH dirs

If the feed tries to add a directory under 'lib' or 'usr/lib' to
$PKG_CONFIG_PATH, and the directory doesn't exist, use the corresponding
'lib64' directory instead, if present. This is for existing RPMs which use a
different directory structure for different architectures.
build.py