pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: devel/libuv
Ryo ONODERA <ryo%tetera.org@localhost> wrote:
>Robert Swindells <rjs%fdy2.co.uk@localhost> writes:
>
>> NetBSD-current now has libuv builtin.
>>
>> Is anyone working on a builtin.mk for devel/libuv ?
>>
>> I created a minimal builtin.mk but it isn't adding libpthread to the
>> link of dependent packages.
>
>/usr/lib/pkgconfig/libuv.pc has no -lpthread in Libs.
>Libs should be:
>
>Libs: -L${libdir} -luv -lkvm -lrt -lpthread
I tried adding -lpthread to libuv.pc but it did not appear in the link
command line when building devel/cmake.
>My devel/libuv/builtin.mk is here:
[snip]
Mine is the same.
There is some discussion on tech-userlevel about whether to remove
libuv (and bind) from NetBSD-current, so this may not be needed.
Home |
Main Index |
Thread Index |
Old Index