Re: devel/cargo: add few magic for crates linking to libraries (in order to use system libraries)

2020-03-12 Thread Sebastien Marie
On Thu, Mar 05, 2020 at 08:59:45PM +, Stuart Henderson wrote: > On 2020/03/01 20:12, Sebastien Marie wrote: > > Hi, > > > > The following diff adds few magic to devel/cargo module in order to use > > system > > libraries instead of building embedded version in crates in an automatic > >

Re: devel/cargo: add few magic for crates linking to libraries (in order to use system libraries)

2020-03-08 Thread Laurence Tratt
On Sun, Mar 01, 2020 at 08:12:31PM +0100, Sebastien Marie wrote: Hello Sebastien, > The following diff adds few magic to devel/cargo module in order to use system > libraries instead of building embedded version in crates in an automatic way. [...] > With it, it should be more simple to add new

Re: devel/cargo: add few magic for crates linking to libraries (in order to use system libraries)

2020-03-05 Thread Stuart Henderson
On 2020/03/01 20:12, Sebastien Marie wrote: > Hi, > > The following diff adds few magic to devel/cargo module in order to use system > libraries instead of building embedded version in crates in an automatic way. > > It works by removing source library from a defined set of crates. So it will >

devel/cargo: add few magic for crates linking to libraries (in order to use system libraries)

2020-03-01 Thread Sebastien Marie
Hi, The following diff adds few magic to devel/cargo module in order to use system libraries instead of building embedded version in crates in an automatic way. It works by removing source library from a defined set of crates. So it will be not possible to build the embedded library (the build