[Pkg-libvirt-commits] [libguestfs] 44/61: ppc64le: configure: Look for qemu-system-ppc64 binary (RHBZ#1156449).
Hilko Bengen
bengen at moszumanska.debian.org
Fri Oct 31 19:09:40 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag debian/1%1.28.2-1
in repository libguestfs.
commit 16544e43e3fe4f024898694c00d5e49b4b7d9082
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).
(cherry picked from commit a61d190ed3c7eb0d9389abcd69c44c78dd2be3ad)
---
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 083e7c2..93d64a0 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