ping

On 05/02/2012 12:45 PM, Eric Blake wrote:
> On 04/20/2012 07:13 AM, Marc-André Lureau wrote:
>> Fixes build on Windows systems

> we've already conditionalized -pthread; so does this (shorter) patch
> work to fix the problem instead?
> 
> diff --git i/tests/Makefile.am w/tests/Makefile.am
> index c4d550f..b30d79c 100644
> --- i/tests/Makefile.am
> +++ w/tests/Makefile.am
> @@ -529,7 +529,7 @@ libshunload_la_LDFLAGS = -module -avoid-version
> -rpath /evil/libtool/hack/to/for
> 
>  shunloadtest_SOURCES = \
>       shunloadtest.c
> -shunloadtest_LDADD = -lpthread
> +shunloadtest_LDADD = $(LIB_PTHREAD)
>  shunloadtest_DEPENDENCIES = libshunload.la
> 
>  if WITH_CIL
> 

-- 
Eric Blake   ebl...@redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to