Re: patch: libtool: copte with potentially undefined dependency_libs and libdir

2019-09-27 Thread Stuart Henderson
On 2019/09/27 21:40, Christian Weisgerber wrote: > Christian Weisgerber: > > > > Due to special nature of libtool, and current position in the release > > > cycle, I > > > would like to have feedback for this diff with a bulk build, to be sure > > > to not > > > breaking anything. > > > > I hav

Re: patch: libtool: copte with potentially undefined dependency_libs and libdir

2019-09-27 Thread Christian Weisgerber
Christian Weisgerber: > > Due to special nature of libtool, and current position in the release > > cycle, I > > would like to have feedback for this diff with a bulk build, to be sure to > > not > > breaking anything. > > I have started an amd64 bulk build with this. ... which finished withou

Re: patch: libtool: copte with potentially undefined dependency_libs and libdir

2019-09-26 Thread Christian Weisgerber
Sebastien Marie: > Due to special nature of libtool, and current position in the release cycle, I > would like to have feedback for this diff with a bulk build, to be sure to not > breaking anything. I have started an amd64 bulk build with this. -- Christian "naddy" Weisgerber

patch: libtool: copte with potentially undefined dependency_libs and libdir

2019-09-26 Thread Sebastien Marie
Hi, Latest version of librsvg (2.46.0) uses libtool-rust, which produce .la file a bit different from gnu libtool. in particular, dependency_libs and libdir could be undefined. but us libtool version doesn't like that: when libdir is undefined it makes warnings, and just die for dependency_libs