Re: [patch] fix relinking libasan and libtsan on installation

2013-01-14 Thread Jakub Jelinek
On Mon, Jan 14, 2013 at 05:01:28PM +0100, Matthias Klose wrote: > 2013-01-13 Matthias Klose > > * Makefile.def (install-target-libsanitizer): Depend on > install-target-libstdc++-v3. > * Makefile.in: Regenerate. Okay. > --- Makefile.def (Revision 195136) > +++ Makefile.

[patch] fix relinking libasan and libtsan on installation

2013-01-14 Thread Matthias Klose
with the recent libsanitizer update, libasan and libtsan got a dependency on libstdc++.so.6, however when installing into an empty directory, and libstdc++.so.6 isn't installed there first, both libasan and libtsan are relinked against the system libstdc++.so.6. So make sure that libstdc++-v3 is in