[Pkg-libvirt-commits] [libguestfs] 144/179: ppc64le: configure: Look for qemu-system-ppc64 binary (RHBZ#1156449).

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 31 19:08:48 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit a61d190ed3c7eb0d9389abcd69c44c78dd2be3ad
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Oct 24 14:40:57 2014 +0100

    ppc64le: configure: Look for qemu-system-ppc64 binary (RHBZ#1156449).
---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 6174c7c..e2ee946 100644
--- a/configure.ac
+++ b/configure.ac
@@ -734,7 +734,8 @@ qemu_system="$(
     echo qemu-system-$host_cpu |
     $SED -e 's/-i@<:@456@:>@86/-i386/g' \
          -e 's/-arm.*/-arm/g' \
-         -e 's/-amd64/-x86_64/g'
+         -e 's/-amd64/-x86_64/g' \
+         -e 's/-ppc64le/-ppc64/g'
     )"
 default_qemu="qemu-kvm kvm $qemu_system qemu"
 AC_ARG_WITH([qemu],

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list