]> git.ipfire.org Git - thirdparty/libvirt.git/commit
spec: explicitly avoid bhyve on Linux
authorEric Blake <eblake@redhat.com>
Tue, 25 Feb 2014 16:51:40 +0000 (09:51 -0700)
committerEric Blake <eblake@redhat.com>
Wed, 26 Feb 2014 13:00:56 +0000 (06:00 -0700)
commitfa2939986dfb379608292ba93dca79ff09b20511
treea9332328873c42cdab393a8e6e2e5c28d147fa2d
parent25034b3c40fc7295511f80cad1d923b5f4efcb70
spec: explicitly avoid bhyve on Linux

Generally, we try to make the spec file tweakable via user
variables, so that they can select a different subset of sub-rpms
to build.  We also try to explicitly list all driver config
options, rather than leaving the chance that the rpm build may be
non-deterministic based on what the user had installed locally.
But in the case of the recent bhyve hypervisor driver, there is
no port of bhyve to Linux, so it is easier to just blindly
disable it for now.  If someone ever does try to port bhyve to
Fedora, we can make the spec file conditional at that point.

* libvirt.spec.in (%configure): Don't try to build bhyve.

Signed-off-by: Eric Blake <eblake@redhat.com>
libvirt.spec.in