[libvirt] [PATCH] build: fix cygwin build, correctly this time

Eric Blake eblake at redhat.com
Mon May 17 16:49:38 UTC 2010


On 05/17/2010 07:20 AM, Stefan Berger wrote:
> On Fri, 2010-05-14 at 18:32 -0600, Eric Blake wrote:
>> Fix the cygwin regression introduced in commit 48445ccff, but
>> without repeating the fresh build regression of commit
>> 2d550542e.
>>
>>  noinst_LTLIBRARIES = libvirt_util.la
>> -libvirt_la_LIBADD = libvirt_util.la
>> +libvirt_la_LIBADD = $(libvirt_la_BUILT_LIBADD)
>> +libvirt_la_BUILT_LIBADD = libvirt_util.la
>>  libvirt_util_la_SOURCES =					\
>>  		$(UTIL_SOURCES)
> 
> I tried to apply it but the indentation of above line doesn't make it
> fit (on my machine the $ is under the 'S'). Hunks 1,2,22 fail for me and
> many others have fuzz 1.

The same patch can be grabbed from here:

git pull git://repo.or.cz/libvirt/ericb.git libadd-fix

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20100517/b6a41a8d/attachment-0001.sig>


More information about the libvir-list mailing list