18 Nov
2009
18 Nov
'09
1:38 p.m.
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