OSDN Git Service

configure: add '-uninstalled' to uninstalled .pc files
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Fri, 28 Oct 2016 19:48:54 +0000 (12:48 -0700)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Mon, 31 Oct 2016 03:50:11 +0000 (20:50 -0700)
commit894e7ef9b4256e92fd0ec9ec2518389502b8be91
treeaa6fa865c26b11e4b91f8205944c9797af7f0b0b
parent5f0bc0215a0f7099a2bcba5dced2e045e70fee61
configure: add '-uninstalled' to uninstalled .pc files

pkg-config(1) expects uninstalled pc files to follow the
blah-uninstalled.pc naming convention and the behavior
of the program is impacted by it. Without this fix
overriding PKGP_CONFIG_LIBDIR is required to ensure
uninstalled files are preferred (overkill), instead of
just adding pc-uninstalled/ to the utility's search path
by setting PKG_CONFIG_PATH accordingly.

Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
configure