[libdispatch-dev] [PATCH] missing kqueue libs in testing/Makefile.am

Paolo Bonzini bonzini at gnu.org
Wed Nov 18 05:38:57 PST 2009


On 11/18/2009 05:26 AM, Mark Heily wrote:
>
> I believe that libkqueue r101 solves this problem by changing the output
> of `pkg-config --libs` from this:
>
>     -L${libdir} -lkqueue
>
> to this:
>
>      ${libdir}/libkqueue.la

Does it actually make a difference?  libtool should look for the .la 
file anyway, and now you've forced every libkqueue.pc client to use 
libtool... :-)

Paolo



More information about the libdispatch-dev mailing list