Bug 1350523
| Summary: | [PATCH] allow pkg-config binary to be set by env | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | likidud | ||||
| Component: | libvirt-python | Assignee: | Libvirt Maintainers <libvirt-maint> | ||||
| Status: | CLOSED UPSTREAM | QA Contact: | |||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | unspecified | CC: | crobinso, libvirt-maint | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-07-28 20:01:22 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Thanks for the patch, I've forwarded it upstream: http://www.redhat.com/archives/libvir-list/2016-June/msg02131.html Upstream now, will be in 2.1.0
commit bdfa319eac9aabc4befc206ea4ee65b48a251a77
Author: Markus Rothe <markusr815>
Date: Mon Jun 27 17:55:28 2016 +0200
allow pkg-config binary to be set by env
https://bugzilla.redhat.com/show_bug.cgi?id=1350523
|
Created attachment 1172977 [details] 0001-allow-pkg-config-binary-to-be-set-by-env.patch I would like to set the pkg-config binary using the PKG_CONFIG environment variable (as is common for cross compiling). The attached patch changes setup.py accordingly.