[libvirt] Initial working Mac OS X libvirt client build

Ruben Kerkhof ruben at rubenkerkhof.com
Sat Oct 23 22:28:02 UTC 2010


On Sat, Oct 23, 2010 at 22:13, Justin Clift <jclift at redhat.com> wrote:
> On 10/24/2010 07:04 AM, Justin Clift wrote:
>> On 10/24/2010 06:49 AM, Ruben Kerkhof wrote:
>> <snip>
>>> That depends_on line in the formula also works for libxml2 :-)
>>
>> Hey, good work. :)
>>
>> Looks like I need to tweak the libvirt formula next. ;>
>
> Ruben, would you be ok to test the following code snippet for me,
> in the libvirt formula?
>
>    if MACOS_VERSION < 10.6
>      # Needed on Leopard, but not Snow Leopard
>      depends_on "readline"
>      depends_on "libxml2"
>    end
>
> If so, it should go after the other depends_on lines, like this:
>
>    depends_on "gawk"
>    depends_on "gnutls"
>
>    if MACOS_VERSION < 10.6
>      # Needed on Leopard, but not Snow Leopard
>      depends_on "readline"
>      depends_on "libxml2"
>    end
>
> If that works, then we'll be able to get that into the libvirt
> formula pronto. :)
>
> Regards and best wishes,
>
> Justin Clift
>

Yes, this works perfectly.

Thanks,

Ruben




More information about the libvir-list mailing list