]> xenbits.xensource.com Git - libvirt.git/commit
Add PKG_CONFIG_PATH to run.in script.
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 26 Jun 2014 10:53:20 +0000 (11:53 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 26 Jun 2014 13:32:35 +0000 (14:32 +0100)
commit78c09530bae8f7d6975a7cb97f0c7431c486b387
treef54f48c1826b4b7e946102386c56e054988f9409
parentadae3f9705a93b7626fa8ab62d81cd8a53fcee3b
Add PKG_CONFIG_PATH to run.in script.

Allow people to build external bindings using the 'run' script
by defining the PKG_CONFIG_PATH var in it. eg to build Python
you could do

   ../libvirt/run python setup.py build

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
run.in