Add i686 to arch list for Xen builds allowing 'make local' to do the right thing

remotes/origin/f8
Daniel P. Berrange 2007-10-10 16:46:18 +00:00
parent 5ad8bc8190
commit f06c387ab5
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ of recent versions of Linux (and other OSes).
%build
# Xen is availble only on i386 x86_64 ia64
%ifarch i386 x86_64 ia64
%ifarch i386 i686 x86_64 ia64
%configure --with-init-script=redhat --with-qemud-pid-file=%{_localstatedir}/run/libvirt_qemud.pid --with-remote-file=%{_localstatedir}/run/libvirtd.pid
%else
%configure --without-xen --with-init-script=redhat --with-qemud-pid-file=%{_localstatedir}/run/libvirt_qemud.pid --with-remote-file=%{_localstatedir}/run/libvirtd.pid