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:
parent
b0354da1a7
commit
5e0b16f8fc
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue