]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Set PKG_CONFIG_LIBDIR in autobuild.sh
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 17 May 2013 12:29:12 +0000 (13:29 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 17 May 2013 16:09:29 +0000 (17:09 +0100)
commit3e5752747c78bf86c98017ea5abde676a9439eaa
treea78deb03eea20d003bd2c5e4049a1a424ef290c5
parent0d09854c10ee4ba0f3b1fe11185e632d9d156245
Set PKG_CONFIG_LIBDIR in autobuild.sh

If PKG_CONFIG_LIBDIR is not set when doing mingw32/64 builds,
then pkg-config may silently fallback to native versions of
libraries, with predictably bad results. Setting PKG_CONFIG_LIBDIR
forces it to only consider the mingw32/64 libraries.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
autobuild.sh