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

This commit is contained in:
Daniel P. Berrange 2007-10-10 16:46:18 +00:00
parent 5ad8bc8190
commit f06c387ab5

View File

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