Updated formula: libvirt

Added dependencies specific to Leopard (10.5), that may also be
applicable to earlier releases.  Thanks to Ruben Kerkhof for the
initial bug reports, plus assistance in testing and trying things
out.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Justin Clift 2010-10-24 12:00:30 +11:00 committed by Adam Vandenberg
parent b0354da1a7
commit 5e0b16f8fc

View file

@ -13,6 +13,14 @@ class Libvirt <Formula
depends_on "gawk"
depends_on "gnutls"
if MACOS_VERSION < 10.6
# Definitely needed on Leopard, but definitely not Snow Leopard.
# Likely also needed on earlier OSX releases, though that hasn't
# been tested yet.
depends_on "readline"
depends_on "libxml2"
end
def options
[['--without-libvirtd', 'Build only the virsh client and development libraries.']]
end