Temporary disable xen support on fedora build

temporary workaround since 0.8.5 fails with xen on F15 missing
MAX_VIRT_CPUS, to fix once sorted out upstream
This commit is contained in:
Daniel Veillard 2010-10-29 18:11:45 +02:00
parent fca1fccfad
commit 659febf9ff

View File

@ -175,6 +175,11 @@
%define with_dtrace 1
%endif
# temporary workaround since 0.8.5 fails with xen on F15 missing MAX_VIRT_CPUS
%if 0%{?fedora} >= 15
%define with_xen 0
%endif
# Force QEMU to run as non-root
%if 0%{?fedora} >= 12 || 0%{?rhel} >= 6
%define qemu_user qemu