]> git.pld-linux.org Git - packages/libvirt.git/commitdiff
don't disable qemu on aarch64
authorJan Palus <atler@pld-linux.org>
Fri, 17 Nov 2023 00:40:07 +0000 (01:40 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 17 Nov 2023 00:40:07 +0000 (01:40 +0100)
libvirt.spec

index 850b3da0186b71876ce52e56440e09d651f6d1fb..6869443087b1f9529291151c399c24fe7fc36d63 100644 (file)
@@ -33,7 +33,7 @@
 %bcond_without static_libs     # static libraries build
 
 # qemu available only on x86 and ppc
-%ifnarch %{ix86} %{x8664} ppc
+%ifnarch %{ix86} %{x8664} aarch64 ppc
 %undefine      with_qemu
 %endif
 
This page took 0.065917 seconds and 4 git commands to generate.