pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: devel/libuv



On Fri, 29 May 2020 14:54:35 +0100
Robert Swindells <rjs%fdy2.co.uk@localhost> wrote:

> 
> 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.

Please do not add any builtin handling until the discussion is
fully settled. Many binary packages will break in a bad way if 
the base library suddenly goes away.


Home | Main Index | Thread Index | Old Index