diff options
Diffstat (limited to 'Library/Formula/libvirt.rb')
| -rw-r--r-- | Library/Formula/libvirt.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/libvirt.rb b/Library/Formula/libvirt.rb index 498bdee2c..8d59e4e9a 100644 --- a/Library/Formula/libvirt.rb +++ b/Library/Formula/libvirt.rb @@ -14,20 +14,18 @@ class Libvirt < Formula depends_on "yajl" 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. + # Definitely needed on Leopard, but not on Snow Leopard. depends_on "readline" depends_on "libxml2" end + fails_with_llvm "Undefined symbols when linking", :build => "2326" + def options [['--without-libvirtd', 'Build only the virsh client and development libraries.']] end def install - fails_with_llvm "Undefined symbols when linking", :build => "2326" - args = ["--prefix=#{prefix}", "--localstatedir=#{var}", "--mandir=#{man}", |
